Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL insecure items problem


dobsy

Recommended Posts

Posted

I have set up SSL and am getting the good old "insecure items" message.

 

From examining the details, this related to two boxes on the page - manufacturers and search - that is , the link to each corresponding page.

 

I ahve examined the code for the boxes but can't see anywhere to change the URL to https.

 

Help please!

 

Rob

Posted

i think you may have to hide the manufacturers box when on secure pages (checkout etc) or these links would fail if you add https to them as they may not have https on the page you point to. do a test on request type:

 

if ($request_type == 'NONSSL') {
//show manu box
} else {
//hide manu box
}

 

Ken

 

ps i quite like the wording of good old "insecure items" message

commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile).

over 20 years of computer programming experience.

Posted
I have set up SSL and am getting the good old "insecure items" message.

 

From examining the details, this related to two boxes on the page - manufacturers and search - that is , the link to each corresponding page.

 

I ahve examined the code for the boxes but can't see anywhere to change the URL to https.

 

Help please!

 

Rob

Links to HTTP pages on a "secure" (HTTPS) page don't cause the "insecure items" message.

 

It only happens when you try to load content (scripts or images) from HTTP sources on a HTTPS page.

:blush:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...