MyBB Community Forums

Full Version: MyBB not working correctly in SSL/HTTPS.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
You're probably going to need to get some form of an image proxy for user submitted images as you dont want to be forcing users to use https image providers. I would suggest using Atmos Camo for this or alternatively you could setup your own Nginx image proxy.

Firstly the main page of your forum two images are being loaded over HTTP
http://blog.arungupta.me/wp-content/uplo...-logo1.png
http://www.nasc.fr/wp-content/gallery/mi...-3d-hd.jpg

Secondly you have a lot of JS errors in the console which is likely why your dropdown is not working.
(2016-06-27, 10:38 AM)Euan T Wrote: [ -> ]There are some explanations above. Your logo is loading over HTTP, change that to use HTTPS. Same with any other resources you're loading over HTTP.

So how do I fix it?
(2016-06-28, 07:46 AM)Gray1 Wrote: [ -> ]
(2016-06-27, 10:38 AM)Euan T Wrote: [ -> ]There are some explanations above. Your logo is loading over HTTP, change that to use HTTPS. Same with any other resources you're loading over HTTP.

So how do I fix it?

Where are you loading your logo from?
(2016-06-28, 07:46 AM)Gray1 Wrote: [ -> ]
(2016-06-27, 10:38 AM)Euan T Wrote: [ -> ]There are some explanations above. Your logo is loading over HTTP, change that to use HTTPS. Same with any other resources you're loading over HTTP.

So how do I fix it?

You need to figure out where you're loading your logo from.
Pages: 1 2