After ssl is configured in Apache, HTTPS is still unavailable. Httpd-ssl.conf configuration {code...} Apache still cannot be accessed with HTTPS after configuring ssl, using a free wootong certificate.
Httpd-ssl.conf configuration
## This is the Apache server configuration file providing SSL support.# It contains the configuration directives to instruct the server how to# serve pages over an https connection. For detailed information about these # directives see
DocumentRoot "D:/phpStudy/WWW"ServerName www.mcmxzl.com:443ServerAdmin admin@mcmxzl.comErrorLog "/Apache/logs/error.log"TransferLog "/Apache/logs/access.log"SSLEngine onSSLProtocol all -SSLv2 -SSLv3SSLCipherSuite AESGCM:ALL:!DH:!EXPORT:!RC4:+HIGH:!MEDIUM:!LOW:!aNULL:!eNULL;SSLCertificateChainFile "D:/phpStudy/Apache/conf/ssl/1_root_bundle.crt"SSLCertificateFile "D:/phpStudy/Apache/conf/ssl/2_mcmxzl.com.crt"SSLCertificateKeyFile "D:/phpStudy/Apache/conf/ssl/3_mcmxzl.com.key" SSLVerifyClient require SSLVerifyDepth 1
Options +Indexes +FollowSymLinks +ExecCGI AllowOverride All Order allow,deny Allow from all Require all granted
Reply content:
After ssl is configured in Apache, HTTPS is still unavailable.
Httpd-ssl.conf configuration
## This is the Apache server configuration file providing SSL support.# It contains the configuration directives to instruct the server how to# serve pages over an https connection. For detailed information about these # directives see
DocumentRoot "D:/phpStudy/WWW"ServerName www.mcmxzl.com:443ServerAdmin admin@mcmxzl.comErrorLog "/Apache/logs/error.log"TransferLog "/Apache/logs/access.log"SSLEngine onSSLProtocol all -SSLv2 -SSLv3SSLCipherSuite AESGCM:ALL:!DH:!EXPORT:!RC4:+HIGH:!MEDIUM:!LOW:!aNULL:!eNULL;SSLCertificateChainFile "D:/phpStudy/Apache/conf/ssl/1_root_bundle.crt"SSLCertificateFile "D:/phpStudy/Apache/conf/ssl/2_mcmxzl.com.crt"SSLCertificateKeyFile "D:/phpStudy/Apache/conf/ssl/3_mcmxzl.com.key" SSLVerifyClient require SSLVerifyDepth 1
Options +Indexes +FollowSymLinks +ExecCGI AllowOverride All Order allow,deny Allow from all Require all granted
RemoveListen 443
That's all.
View the log and send the error message.
Thank you for your invitation. you have no problem with this configuration file. open the error log and check it...
I have been busy these days and have not logged on to Seg. I don't know much about wotong's Free SSL certificate. this is the information I found on Baidu. I hope it will help you. Link: http://jingyan.baidu.com/article/86f4a73e78ad5137d6526924.html