Python Forum

Full Version: chat iframe no longer working after https
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was told the chat link is no longer working after https change. Initially this was an iframe to go to a php page that grabbed your logged in username, and inserted it into freenode URL to be logged into as that username. With an iframe that wrapped the forum structure around the iframe to appear (from the forum). As you can see now, it is directly going to that php page...making the forum headers gone when you now go to chat.

Not really sure why that happened after https, but i fixed it temporarily to at least to be able to get to chat for the time being by making the link directly go to the php page instead of an iframe. 

If anyone knows why this might be let me know. I switched the iframe src to https:// as well as // from the original http:// that worked beforehand, but i cant get it to work anymore.
Fixed. The freendode URL wasnt https.