mbotkin Posted July 17, 2010 Share Posted July 17, 2010 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 More sharing options...
germ Posted July 17, 2010 Share Posted July 17, 2010 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 More sharing options...
germ Posted July 17, 2010 Share Posted July 17, 2010 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 More sharing options...
mbotkin Posted July 17, 2010 Author Share Posted July 17, 2010 An example of how to keep "unsecure" items off SSL pages is here Thanks - I assumed there wasn't a solution, thought it was worth a shot. I appreciate your reply. Link to comment Share on other sites More sharing options...
MrPhil Posted July 17, 2010 Share Posted July 17, 2010 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 More sharing options...
mbotkin Posted July 19, 2010 Author Share Posted July 19, 2010 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.