Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

httpd: Syntax error on line 159 of /usr/local/apache2/conf/httpd.conf: Cannot load modules/mod_ssl.so into server: Error relocating /usr/local/apache2/modules/mod_ssl.so: SSL_CTX_set_post_handshake_auth: symbol not found #17

Open
toktay opened this issue Nov 26, 2019 · 3 comments

Comments

@toktay
Copy link

toktay commented Nov 26, 2019

I receive following error with following compose file.

httpd: Syntax error on line 159 of /usr/local/apache2/conf/httpd.conf: Cannot load modules/mod_ssl.so into server: Error relocating /usr/local/apache2/modules/mod_ssl.so: SSL_CTX_set_post_handshake_auth: symbol not found

docker file that generated this error... is as follows. I have tried to use my self signed sertificate by mounting /cert.pem and /privkey.pem I received the same error.

version: '3'
services:
webdav:
image: bytemark/webdav
restart: always
ports:
- "8080:80"
environment:
AUTH_TYPE: Basic
SSL_CERT: selfsigned
SERVER_NAMES: xxx.yyy.com
volumes:
- /storage/pool/webdav:/var/lib/dav
- /storage/pool/dockdder/auth/user.passwd:/user.passwd

@JoLander
Copy link

I recently installed Openmediavault 5 as a private NAS. This version dockerizes most of the additional components. As I need a webdav solution, I installed this image from within Portainer.
All works well except encrypted communication. I receive exactly the same error as above when I mount my personal Letsencrypt certificate as /cert.pem and /privkey.pem files.

@rburgst
Copy link

rburgst commented Dec 28, 2019

+1

@janmechtel
Copy link

Duplicate of #5
Using one of the alternative images mentioned there solved it for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants