These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Disabling SSL not working on the new forum.
Hello, I have dedicated server running on Centos6. I installed Webmin and configured my domain as http://example.com and installed a RapidSSL certificate.
I did try to disable SSL, but then i can't access https://example.com.
When I am trying to connect to http.... it works perfectly alright. Only problem is with https....
When I am trying to connect to https it isn't open from "/home/../example.com/public_html", but redirect to "/var/www/html/".
Can you help me solve this problem?
Howdy,
Hmm, the existing default section of the Apache config may be overriding your new SSL setup.
Can you post the contents of your
/etc/httpd/conf.d/ssl.conf
file?I suspect it's something in there causing the issues you are seeing. Thanks!
-Eric