-
Issues with SSL
After many issues, my site is finally up and running. Unfortunately, when I try to go to the shopping cart, I keep getting "The page can not be displayed". The SSL is working. The login screen uses the SSL successfully. However, when checking the shopping cart, it is either timing out, or trying to access an invalid URL. I am running 1.3.8. I had installed SEO URL's and thought that maybe it was the issue, so I have disabled it. Any suggestions are welcome. If you would like to check it out for yourself, feel free to private message me for the site info.
Thanks
Jason
-
Re: Issues with SSL
Does this look like your admin/includes.configure.php?
@line 29 heck you can't miss it.
*/
define('HTTP_SERVER', 'http://yursite.com');
define('HTTPS_SERVER', 'https://yursite.com');
define('HTTP_CATALOG_SERVER', 'http://yursite.com');
define('HTTPS_CATALOG_SERVER', 'https://yursite.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
-
Re: Issues with SSL
As your SSL works for the Login page, doesn't seem the problem is with SSL.
You 'config' file looks correct but you can double check on the SSL by editting your: includes/configure.php file.
define('ENABLE_SSL_CATALOG', 'false');
If the Shopping Cart page still gives you problems, you know it's not the SSL Cert but whatever customizing was done to the Shopping Cart file.
-
Re: Issues with SSL
I actually figured out what was doing in. I had gotten the fedex shipping modules and installed them. They were causing my page to time out. I really appreciate your troubleshooting. Thank you!
-
Re: Issues with SSL
You're welcome for the help and hopefully, everything now works as it should. :smile: