Mobile app version of vmapp.org
Login or Join
Connie744

: HTTPS iframe inside an HTTPS page I'm developing a Wifi Homepage, which comes by default for all the users of the hotspot. In order to redirect them properly to my homepage, I'm using an SSL

@Connie744

Posted in: #SecurityCertificate

I'm developing a Wifi Homepage, which comes by default for all the users of the hotspot. In order to redirect them properly to my homepage, I'm using an SSL certificate, and the page is hosted locally.

Now I need to embed in that page an external page, which is also HTTPS.

Would that create any issue for the users (25k a day)?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Connie744

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sherry384

In case of SSL pages, as long both pages certificates are properly installed and valid. In case one of those is not working, you will face some certificate alerts on your browser. So make sure both pages work individually on HTTPS before using iframes.

The biggest proof that an HTTPS iframe is not a problem inside an HTTPS page is any Facebook App. Any app in Facebook.com is actually an iframe pointing somewhere else with a valid SSL Certificate.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme