It would be easier to help you if you posted your actual URL.
Test: Instead of going to mysite.com/cart try going to mysite.com ... in both http and https ... what happens?
It would be easier to help you if you posted your actual URL.
Test: Instead of going to mysite.com/cart try going to mysite.com ... in both http and https ... what happens?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks DrByte,
I just didn't want the site to get crawled yet because there is literally nothing on it but the fresh install so far.
Anyway I tested it and the SSL version comes up with the untrusted page and the unsecured comes up as expected.
Your response leads me to believe it is on the hosts end and I have a support ticket in at the host.
You've got your HTTP server settings set to use https (only your HTTPS_SERVER settings should include the https prefix):
define('HTTP_SERVER', 'https://mysite.com'); /* There's one in both the store and admin versions */
define('HTTP_CATALOG_SERVER', 'https://mysite.com');
Change the three HTTP server settings to 'http://mysite.com'.
With respect, lat9 is incorrect.
In the case of an SSL-enabled site, it is perfectly appropriate (and encouraged) for the *admin* HTTP_SERVER setting to have an https address in it. Look at the comments in the code just above those settings, for explanation.
It's also explained in the FAQ article on setting up SSL.
But, that's a completely different topic than the issue at hand in this thread, and should be discussed elsewhere if there's any need to discuss it more.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Oops! Sorry about the misinformation regarding the admin configure.php settings.