Zen Cart Logo
Forums / PayPal Website Payments Pro support / Need to get rid of security message

Need to get rid of security message

Views: 2,363

Results 1 to 7 of 7
4 Jan 2011, 3:59 AM
#1
mrdean11 avatar

mrdean11

New Zenner

Join Date:
Jan 2011
Location:
Florida
Posts:
3
Plugin Contributions:
0

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!!!!

4 Jan 2011, 4:04 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

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

4 Jan 2011, 4:06 AM
#3
mrdean11 avatar

mrdean11

New Zenner

Join Date:
Jan 2011
Location:
Florida
Posts:
3
Plugin Contributions:
0

Re: Need to get rid of security message

how do i get rid of this message?

4 Jan 2011, 11:23 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Need to get rid of security message

how do i get rid of this message?
Set your browser to not warn you

5 Jan 2011, 3:43 AM
#5
mrdean11 avatar

mrdean11

New Zenner

Join Date:
Jan 2011
Location:
Florida
Posts:
3
Plugin Contributions:
0

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!!!

5 Jan 2011, 4:55 AM
#6
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

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

5 Jan 2011, 1:27 PM
#7
vger avatar

vger

Past Contributor

Join Date:
Nov 2004
Location:
Norfolk, United Kingdom
Posts:
3,189
Plugin Contributions:
0

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