MyBB Community Forums

Full Version: MyBB Forum "Connection to this site is not secure"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Guys, How can i fix it? ""Connection to this site is not secure" Huh "
Lots of ways this question can spiral...

From the simplest being: You would need to enter "https" on the url, instead of "http".
To the hardest of: Get and setup an ssl cert for your domain and webserver.
(2023-07-11, 09:02 PM)IncredibleHat Wrote: [ -> ]Lots of ways this question can spiral...

From the simplest being: You would need to enter "https" on the url, instead of "http".
To the hardest of: Get and setup an ssl cert for your domain and webserver.

I Instaldl the SSL, But look here its not working right i think


Safe now:  https://vortex-gaming.rf.gd


Not safe: http://vortex-gaming.rf.gd
It looks like you've got it working now. http redirects to https.
Good job.

Although that may be my browser.

If you haven't set up a https redirect, this thread may be helpful.
https://community.mybb.com/thread-237840.html
(2023-07-12, 11:06 PM)HLFadmin Wrote: [ -> ]Although that may be my browser.

If you haven't set up a https redirect, this thread may be helpful.
https://community.mybb.com/thread-237840.html

Yeah, sometimes a browser just tries the https and goes to it by default (I know Safari is notorious for it).

--

As for the redirect, while the Rewrite engine can work with an .htaccess file (if thats enabled for overrides), you can also redirect http to https inside the virtualhost directive itself if you have access to the confs. (this is all assuming apache lol).

An example of VirtualHost http to https redirect: https://stackoverflow.com/a/16201658/2960971