docker-alpine-apache icon indicating copy to clipboard operation
docker-alpine-apache copied to clipboard

Add default SSL support with self-signed certificate

Open sergstetsuk opened this issue 6 years ago • 2 comments

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.

sergstetsuk avatar Jul 15 '18 11:07 sergstetsuk

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 avatar Jul 26 '18 13:07 pr-rojan

@pr-rojan could you provide your ssl.conf?

sergstetsuk avatar Jul 27 '18 06:07 sergstetsuk