SSL within Iframe

Zombie

New Member
Hey guys, if you are viewing an SSL secured webpage through an iframe on a an SSL free web page, (or also using a lightbox iframe) if this makes any difference on security?

Thanks in advance
 

o0JoeCool0o

New Member
Well everything within the iframe will be secure and outside it will not. So if you have a form on the insecure part it will be insecure. if you click submit in the iframe itself it will be secure. The problem lies when you do the opposite and try putting a NON SSL iframe on an SSL page. You will get security popups in IE saying there are non secure items on the page. (those get really annoying).

So you should be fine. :)

Keep in mind, the page will not show the lock icon in the browser unless the whole page is secure...
 

blue316

New Member
Zombie having a SSL in a Iframe might not be the best way to do it. I would have the whole page that that Iframe is in and the Iframe on a SSL just for the simple reason if a user goes to submit the forum how do they know the Iframe is secure as far as they would know they are looking at just a non-secure site.
 
Top