I am displaying a 'https' url on a iframe tag and I have created self signed certificate for that url. But in iframe, when I display the url it does not pop the add exception on the iframe itself but I have to manually open that url into a different tab and then accept the exception.
I want to display that url exception on the iframe so that I can add the exception then and there instead of opening it different tab.
Please help me with this if it is possible with iframe or any other way. I am fairly new to javascript.
Thank you.