MyBB Community Forums

Full Version: More ssl problems yay
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok so, everything works BUT
When I try to embed non HTTPS content it won't show on the page. I don't care if the padlock stays in the address bar etc I just want everything to appear on the page.

Example of it not working:
https://diversezone.net/thread-18

Youtube (non https) won't embed,
we're using cloudflare's "Full SSL" option (not full sll strict).

Any help will be majorly appreciated.
This is a browser restriction to protect you. If you are using https on your website, all of your content needs to be https. If you embed http content on an https website, it will either not work at all or the user will see popups stating it's not secure, depending on browser and version. IE creates numerous obnoxious popups for your guests.
You might try looking at the inc/class_parser.php file as I believe that is where the video code is handled.
(2014-08-01, 02:00 PM)dragonexpert Wrote: [ -> ]You might try looking at the inc/class_parser.php file as I believe that is where the video code is handled.
I fixed it before you replied.
You didn't mark it as solved so there was no way to know.