MyBB Community Forums

Full Version: iframe doesnt work after https
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My iframe doesnt work after i changed my board to use https. I tried changing it hardcoded to with http but it still shows blank.

if i go directly to the page
https://python-forum.io/join_irc.php

it works, but if i put that in an iframe from page manager like it was before, it just shows blank. Before changing to https it worked fine. 

I could just directly link it to the php page, but i really wanted it in an iframe because the method i was doing to log into IRC. I could use a plugin, but this was much simpler. the php page grabbed the logged in username, and inserted it into the URL of freenode and our IRC channel for login there. IT was simple and no extra bells and whistles.
If you look in the chrome dev tools, you'll probably see an error in the console (on an iPad so can't check myself at the moment). That should tell you what's blocking it.
Quote:Mixed Content: The page at 'https://python-forum.io/pages/test.php' was loaded over HTTPS, but requested an insecure resource 'http://webchat.freenode.net/?nick=metulburr&channels=%23python-forum&uio=d4'. This request has been blocked; the content must be served over HTTPS.
ooh the freenode url is not https.  Blush Fixed. Just had to change those urls. Thank You.