Whenever I try to load a page whose SSL certificate is not reliable inside the iframe , an error page is displayed in Chrome 29 instead. Error code: ERR_INSECURE_RESPONSE.
In the same scenario, Firefox displays an SSL warning in an iframe with the ability to ignore it.
Example: http://codepen.io/anon/pen/Glpdv
How do I get Chrome to display either a page or an invalid SSL warning?
source share