Jump to content

[Solved] Ssl Broken


lisanet

Recommended Posts

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!

Link to comment
Share on other sites

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]

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...