docker-alpine-apache
docker-alpine-apache copied to clipboard
Add default SSL support with self-signed certificate
It worth nothing to have minimal SSL access. Just install apache2-ssl and change default ssl.conf file. Users may change ssl.conf to use signed certificates if needed.
Hi
I installed apache2-ssl. But I am running through this issue
httpd: Syntax error on line 480 of /etc/apache2/httpd.conf: Syntax error on line 13 of /web/config/conf.d/ssl.conf: Cannot load modules/mod_ssl.so into server: Error relocating /web/modules/mod_ssl.so: X509_up_ref: symbol not found
I can see mod_ssl.so inside /web/modules.
Somehow its not able to load or enable the mod_ssl.
@pr-rojan could you provide your ssl.conf?