Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

non secure pop up


Ingo Bingo

Recommended Posts

Posted

When a customer logs into my site fully ssl secured on the cart & log in etc & then moves to the unsecured site to shop, they get a pop up warning this is unsecure & details may not be safe, this is causing concerns with customers, i have noticed on other os commerce shops when this happens, no pop up appears, how can i kill it?

 

Ingo

Posted
how can i kill it?

Simple answer:

 

You can't. Nor should you be able to, it's out of your control, it belongs to the user and their browser.

 

It's a browser function. Most browsers have options for security settings and that's one of them, something like "Warn me when I move from a Secure to a Non Secure Area".

 

If you set those tightly enough there's no site that won't throw up warnings. Your credit card website, your bank and so on.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Posted
I understand that, but it happens on my machine with no change in the microsoft settings

 

Ingo

Want to give us a link to the site? You probably have some other problem.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Posted

I don't get any warnings with my browser (FireFox) but I noticed a double // here:

 

://sslrelay.com/secure1st.co.uk/secure1st/postlenses//catalog/login.php

 

See it, before catalog? Better fix that and see if anything changes.

 

You probably have a slash at the end of the https url.

 

oops, the forum squishes urls so I took off the https.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Posted
I don't get any warnings with my browser (FireFox) but I noticed a double // here:

 

://sslrelay.com/secure1st.co.uk/secure1st/postlenses//catalog/login.php

 

See it, before catalog? Better fix that and see if anything changes.

 

You probably have a slash at the end of the https url.

 

oops, the forum squishes urls so I took off the https.

 

ANY OTHER IDEAS???

 

Please

Posted

Works just fine for me (IE6) .... absolutely nothing wrong :P

 

Matti

Posted
Works just fine for me (IE6) .... absolutely nothing wrong  :P

 

Matti

 

Seems bizare, i have several customers who have created an account & then left the site because this non secure pop up appears on the screen when they go back into the shop to select a product to purchase

 

Ingo

  • 9 months later...
Posted

mods please close & delete

 

many Thanks

 

Ingo

 

Seems bizare, i have several customers who have created an account & then left the site because this non secure pop up appears on the screen when they go back into the shop to select a product to purchase

 

Ingo

Posted
Simple answer:

 

You can't. Nor should you be able to, it's out of your control, it belongs to the user and their browser.

 

actually you can and its very easy to do, basically in the tep_href_link function of html_output.php you do

	if( tep_session_is_registered('customer_id') ) {
  $connection = 'SSL';
}

 

And so if a customer is logged you always process secure pages. In case you want to do that.

  • 2 years later...
Posted
actually you can and its very easy to do, basically in the tep_href_link function of html_output.php you do

	if( tep_session_is_registered('customer_id') ) {
  $connection = 'SSL';
}

 

And so if a customer is logged you always process secure pages. In case you want to do that.

Mark,

 

This is a perfect fix for browsers such as Firefox that have an issue with going from a secure page to a non-secure page to prevent the security warning message "Although this page is secure, blah blah blah".

 

I did something similar to an older site and totally forgot about this option. Thanks!

Bill Kellum

 

Sounds Good Productions

STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...