My SSL certificate works on my apache web server but only when I do https://dedicatedip Code (markup): - when I do https://domain.com Code (markup): it just doesn't work.. I've tried almost everything.. what am I doing wrong? Here is a paste of my ssl.conf file: http://pastebin.com/Cd2f2SSz PLEASE HELP!
Does it respond with the correct IP when you ping the domain? Is it working with www ? I can see that domain.com is missing in your ssl.conf file. If it's working with the WWW then you need to add domain.com to the ServerName or ServerAlias variables in your ssl.conf file. ** ServerName www(dot)domain.com:443 << Also please get rid of the :443, It's already defined so it should not be listed there.
I made those changes and still no response.. it just says "connecting..." for a while then shows " This webpage is not available"
**UPDATE: It was CloudFlare not allowing SSL since I have CloudFlare free. I got around this by adding SSL on a subdomain and telling CloudFlare to NOT listen on that subdomain. Stupid me lol!
Now the problem is that it looks funny... view the difference http://mineprowebhost.com https://secure.mineprowebhost.com