Our website has contain SSL certificate. We used iframe in our website. But " iframe src= http:// " is not working. only display website which src is start with "https://". We got below error in consel when we used site which src is "http://".
[blocked] The page at '- website url here-' was loaded over HTTPS, but ran insecure content from ' - iframe src here': this content should also be loaded over HTTPS.
So how we can display website which start with "http://" in iframe inside https website? Please Help Me....