MyBB Community Forums

Full Version: SSL Certificate on MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello!

I recently installed a SSL certificate for my website.

However, this requires the website to load over HTTPS, rather than HTTP. For my main domain, I edited the source code, which is HTML, so there will be no mixed content on the website (especially images). I would do the same for my forum, but experience with PHP & CSS is minimal.

I would appreciate any tips from where I can get started.

Forum URL:

http://forum.ad-rp.ga / https://forum.ad-rp.ga
looks like secured connection is working fine ..
Actually, I switched the forum's URL from HTTP to HTTPS.
Most of the resources are loading fine, excepting some parts of the CSS (font) and images posted on forums.
You can see them by using Crome's Developer Console (F12 while browsing with Google Grome).

I want to make those to load over HTTPS too. Is there are plugin which could redirect all my forum resources to load over HTTPS rather than HTTP?
Images or external resources may not be available over https therefor a plugin to force https doesn't make much sense.
(2015-05-13, 07:25 PM)StefanT Wrote: [ -> ]Images or external resources may not be available over https therefor a plugin to force https doesn't make much sense.

A plugin to proxy all images on the page so that they're served by your own site would work just fine though. Sleepy
(2015-05-14, 05:58 AM)Marisa Wrote: [ -> ]
(2015-05-13, 07:25 PM)StefanT Wrote: [ -> ]Images or external resources may not be available over https therefor a plugin to force https doesn't make much sense.

A plugin to proxy all images on the page so that they're served by your own site would work just fine though. Sleepy

Something similar to this. I've never seen a MyBB software running under HTTPS so far.
(2015-05-14, 12:15 PM)michael.b Wrote: [ -> ]
(2015-05-14, 05:58 AM)Marisa Wrote: [ -> ]
(2015-05-13, 07:25 PM)StefanT Wrote: [ -> ]Images or external resources may not be available over https therefor a plugin to force https doesn't make much sense.

A plugin to proxy all images on the page so that they're served by your own site would work just fine though. Sleepy

Something similar to this. I've never seen a MyBB software running under HTTPS so far.

https://kawaii.io/
(2015-05-14, 12:15 PM)michael.b Wrote: [ -> ]
(2015-05-14, 05:58 AM)Marisa Wrote: [ -> ]
(2015-05-13, 07:25 PM)StefanT Wrote: [ -> ]Images or external resources may not be available over https therefor a plugin to force https doesn't make much sense.

A plugin to proxy all images on the page so that they're served by your own site would work just fine though. Sleepy

Something similar to this. I've never seen a MyBB software running under HTTPS so far.
https://gamebot.org
forced SSL everywhere lol
[Image: P74UrxU.png]

Seems like your image URLs are not HTTPS friendly?

Or am I mistaken by how the Developer Tools in Google Chrome interprets the URL in the CSS file? e_e
Been running SSL only for about 8 months now, very little had to be done for compatibility on the side of MyBB. Had an issue with frostschultz SEO plugin but changed a port number (as i was not using standard) in the plugin file and boom sorted
Pages: 1 2