After installing an SSL certificate on a LAMP stack, the site doesn't seem to load for Internet Explorer, but has no issues in other browsers. I did include a redirect from an HTTP request to an HTTPS request in my Apache configuration that could be causing the problem:
<Directory /> Options FollowSymLinks AllowOverride None RewriteEngine On RewriteCond %{SERVER_PORT} !443 RewriteRule (.*) https://www.example.com [R] </Directory> I've double-checked IE's settings, including clearing the certificate slate, making sure SSL 2.0, 3.0 and TLS were enabled.I'm also not real sure if the above Apache configuration has anything to do with the error, but i can say that it's the only change I have made to Apache beyond adding the certificates to the web server. Any ideas?
https://. How do the other browsers behave on non-SSL and how doescurlbehave? (curlis important because it doesn't cache or follow redirects by default.)php-libcurl. Justcurlthe command line client. You type it into the console on your desktop. Use the-Ioption.