Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome doesn't load untrusted SSL content in iframe

Whenever I try to load a page whose SSL certificate is untrusted inside an iframe, Chrome 29 displays error page inside instead. Error code is ERR_INSECURE_RESPONSE.

For the same scenario, Firefox displays SSL warning in iframe with an option to ignore it.

Example: http://codepen.io/anon/pen/Glpdv

How can I force Chrome to display either a page itself or a dismissable SSL warning?

like image 937
Eugene Pankov Avatar asked Jul 31 '13 11:07

Eugene Pankov


1 Answers

Open the iframe content in new window and accept cert. Then you will be able to open this also in iframe.

like image 121
krun Avatar answered Oct 16 '22 02:10

krun