BytemarkHosting / docker-webdav

Docker image for running an Apache WebDAV server
MIT License
350 stars 166 forks source link

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 4 years ago

toktay commented 4 years ago

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:

JoLander commented 4 years ago

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 commented 4 years ago

+1

janmechtel commented 4 years ago

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