SSL Problem when adding to cart.
Autoandmotorcycle.com
I have modified the configure.php to turn on SSL
I have the htaccess file configured.
The site works for https until I choose to add a product to the cart. I then get a message
"The information you have entered on this page will be sent over an insecure connection and could be read by a third party."
I click continue and the addition to the cart fails. (I have changed to https on other sites without this problem. )
Any ideas?
Re: SSL Problem when adding to cart.
What modification was made to the includes/configure.php file? Besides DB_ related information, what is in your includes/configure.php file? Yes it looks like the htaccess redirect is working, but ZC still isn't setup correctly to support full site https.
Re: SSL Problem when adding to cart.
Yeah, revisiting the configure.php changes I found one of the files hadn't properly updated. This site appears to now be operating properly.
Thanks
Re: SSL Problem when adding to cart.
There are still some issues. For example there is mixed content on the contact us page and then there are "internal" links that still point to http: (likely the function call zen_href_link excludes either $request_type or direct call to 'SSL').