Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with nonsecure items in SSL


kingharve

Recommended Posts

I believe the reason you are getting that pop up is because you have items on a secure page that link to non-secure sites. You have your Firefox and Picassa box which link to http://tools.goolge.com which is causing the discrepancy.

Link to comment
Share on other sites

I believe the reason you are getting that pop up is because you have items on a secure page that link to non-secure sites. You have your Firefox and Picassa box which link to http://tools.goolge.com which is causing the discrepancy.

 

anyway to bypass that or do you suggest getting rid of those links?

 

cause even my internal links(top images) are nonsecured

Link to comment
Share on other sites

I believe the reason you are getting that pop up is because you have items on a secure page that link to non-secure sites. You have your Firefox and Picassa box which link to http://tools.goolge.com which is causing the discrepancy.

 

You can move the entire site under https://

or just change your links to point to your images from this :

http://winnercomputers.com.au/images/logo-right.jpg

to this :

https://winnercomputers.com.au/images/logo-right.jpg

 

I'm guessing you could do the same with yor google and firefox links.

Try it!

 

david

Link to comment
Share on other sites

You can move the entire site under https://

or just change your links to point to your images from this :

http://winnercomputers.com.au/images/logo-right.jpg

to this :

https://winnercomputers.com.au/images/logo-right.jpg

 

I'm guessing you could do the same with yor google and firefox links.

Try it!

 

david

 

Thanks champ,

 

Working on it now :)

 

King Harve!

Link to comment
Share on other sites

I believe the reason you are getting that pop up is because you have items on a secure page that link to non-secure sites. You have your Firefox and Picassa box which link to http://tools.goolge.com which is causing the discrepancy.

The message has nothing to do with what items you link off to. You can link to whatever you like on a secure page. The message appears when you are on an https:// connection and reference an image (or other file) that is transferred over an ordinary http:// one.

 

A quick way to tell if your store is moving over to SSL properly is to check the <base href=""> tag at the top of your page when you View Source. It should change from http:// to https://

 

Then it's a case of tracking down any items you may have added that are being pulled in via http:// instead of https://

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...