Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mixed content security warning from ie


mbotkin

Recommended Posts

Hi - after adding in a youtube video clip on my home page, when the user has internet explorer they recieve the "mixed content security warning". Is there a way by code to to eliminate the warning other than streaming the video from my site?

I don't want new or existing users to see that when entering my site. Whether they click on the yes or no button, the video still appears and is functional.

Link to comment
Share on other sites

Hi - after adding in a youtube video clip on my home page, when the user has internet explorer they recieve the "mixed content security warning". Is there a way by code to to eliminate the warning other than streaming the video from my site?

I don't want new or existing users to see that when entering my site. Whether they click on the yes or no button, the video still appears and is functional.

You can't load scripts or images from HTTP sources on HTTPS pages without getting the warning.

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 >

Link to comment
Share on other sites

An example of how to keep "unsecure" items off SSL pages is here

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 >

Link to comment
Share on other sites

Um, are you running your entire site under SSL? I'm trying to figure why your home page would be SSL. As @germ mentioned, displaying non-SSL content (http) on an SSL page (https) will give browser warnings. In osC, normally your pages would be non-SSL, with only certain pages with sensitive information (customer information, credit card data) under SSL protection.

Link to comment
Share on other sites

Um, are you running your entire site under SSL? I'm trying to figure why your home page would be SSL. As @germ mentioned, displaying non-SSL content (http) on an SSL page (https) will give browser warnings. In osC, normally your pages would be non-SSL, with only certain pages with sensitive information (customer information, credit card data) under SSL protection.

 

Thanks MrPhil - you are correct - I appreciate your reply, it supports the direction I am currently headed.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...