iframe - HTTPS Mixed Content prompt when HTTPS page hosts HTTP subframe -
i'm using iframe technology places html page inside of 'landing page' hosted our clients.
the problem in 1 situation page hosted client https , shows security warning: want view webpage content delivered security? yes no
i want resolved... not sure do. have ssl certificate works particular iframe page, when accessing via https on local box, shows ssl warning not valid.
read this article background mixed content. in general, can't have http-based subframe of https-based page; if do, you'll encounter warning in browsers in form or (some show notification bar, broken lock, or other indicator).
you'll either need change page top-level isn't https, or subpage https , bears valid certificate.
Comments
Post a Comment