Need to get rid of security message
On my site whenever I go to the home page, click on a T-shirt, then the log in button it changes to https which is fine, but as soon as I am ready to add that same T-shirt to my cart i get this security message :
(Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.)
How do I stop getting this message?
Here are my setting in http/includes/configure:
/ Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.kingdomfashionz.net
// HTTPS_SERVER is your Secure webserver: eg-https://www.kingdomfashionz.net
define('HTTP_SERVER', 'http://kingdomfashionz.net');
define('HTTPS_SERVER', 'https://kingdomfashionz.net');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
Thanks!!!!
Re: Need to get rid of security message
Settings in your browser
Warning messages
When you leae an encrypted page to a non encrypted page
set to off
Re: Need to get rid of security message
how do i get rid of this message?
Re: Need to get rid of security message
Quote:
how do i get rid of this message?
Set your browser to not warn you
Re: Need to get rid of security message
I am asking this question from a customers perspective, even if i change it in my browser the message is still there, is there a setting I can change, if I making my catalog https would that help? thanks!!!
Re: Need to get rid of security message
I believe your template is out of date ...
I cannot repeat this issue in v1.3.9h ...
Switch to the Classic Template ... does it work?
If so, your template overrides do not have the correct settings in the form tag to manage:
1 go to product _info for a Product
2 click login
3 (after return to product _info) click add to cart
Re: Need to get rid of security message
If you make all of your site run under https then you should be aware that Google does not apply Page Ranking to https pages - so you'd be shooting yourself in the foot.
Vger