lisanet Posted January 7, 2014 Posted January 7, 2014 Can someone fix the SSL on my site? It appears to be broken. The host was showing as 2lisanet.com.baskets.tk It was supposed to be 2lisanet .com So I deleted the host, tried to reinstall 2lisanet.com and it wouldn't install. Tried to reinstall the original host and it wouldn't install and now no (https) pages will show up at all. But the certificate will only cover 2lisanet.com/ and when it was installed as .baskets.tk I was getting errors like the https with a red slash through it. Please somebody fix this. (Krydos where are you?) Also, I have a second dedicated IP address with you but the account got cancelled when I lost the domain. What do I do? I have three domains on my other account and could use one of those. Maybe moving 2lisanet would solve all these problems? Help!
Krydos Posted January 12, 2014 Posted January 12, 2014 SSL has been activated on https://2lisanet.com/ Are you getting any SSL related errors now?
lisanet Posted January 12, 2014 Author Posted January 12, 2014 Yes. Going straight to https://2lisanet.com shows no errors. BUT when I go to any other page I get https:// with a red slash through it and then going back to https://2lisanet.com the red slash still shows. Also, I would like 2lisanet.com to force to https without having to type it in.
Krydos Posted January 15, 2014 Posted January 15, 2014 Maybe it's just my browser, but navigating around doesn't ever give me any SSL errors either. As far as forcing people to use https you can use .htaccess with something like http://stackoverflow.com/questions/9945655/apache-redirect-http-to-https-and-www-to-non-www RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} ^(?:www\.)?(.*)$ [NC] RewriteRule (.*) https://%1%{REQUEST_URI} [L,R=301]
Recommended Posts