Removing SSL redirects to another domain
Hi there!
I have a website in which my SSL has been expired. This cause a warning each time whenever anyone tries to open and it asks to add security exceptions. I deleted the cirtificate but it redirects me on another domain. There is no such as redirection rules added on .htaccess file.
Please tell me what should I do to remove ssl and the error as well.
-
Hello, When you remove the SSL host it removes the SSL VirtualHost used by apache to serve the site over https. When you attempt to access the site over https (or if there's a forced redirection to https) and no certificate (self-signed, expired or valid) or SSL VirtualHost exists Apache serves the first SSL VirtualHost in the configuration on that IP address. To resolve this you can do one of the following: - Install a self-signed SSL - this would mean there would be an error when going to the page over https in your browser
- Implement a forced redirect to http
- Install a valid SSL certificate on the domain.
0 -
I have done this before..I deleted the SSL certificate, force redirects my website to HTTP but nothing happened. The domain redirects to another domain. I didn't try to install self-signed certificate yet. 0 -
HI @millerroy If you add a self-signed certificate or a certificate from a valid CA does the behavior still occur? Thanks! 0
Please sign in to leave a comment.
Comments
3 comments