http://rubayathasan.com/tutorial/apache-ssl-on-windows
Place
"server.cert" and "server.key".
At.
"C:\Programs\Apache\httpd\conf\".
Conf/httpd.conf.
LoadModule.
ssl_module
Socache_shmcb_module.
Include conf/extra/httpd-ssl.conf.
Conf/extra/httpd-ssl.conf.
<VirtualHost <_default_|domain_name>:443>DocumentRoot.
Logs location
Relative (‘logs’ and not ‘/’).
ErrorLog "logs/error_ssl.log".
TransferLog "logs/access_ssl.log".
SSLEngine on.
SSLCertificateFile "${SRVROOT}/conf/server.crt"SSLCertificateKeyFile "${SRVROOT}/conf/server.key"Comment out.
SSLSessionCache: 'shmcb'
If not including ‘socache_shmcb_module’.
Ensure full url is as needed in browser when testing.
Updated:
2026 Aug 19

