2023-07-11, 08:35 PM
Hello Guys, How can i fix it? ""Connection to this site is not secure" "
MyBB Forum "Connection to this site is not secure"
|
2023-07-11, 08:35 PM
Hello Guys, How can i fix it? ""Connection to this site is not secure" "
2023-07-11, 09:02 PM
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-12, 10:07 PM
(2023-07-11, 09:02 PM)IncredibleHat Wrote: Lots of ways this question can spiral... 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
2023-07-12, 11:06 PM
(This post was last modified: 2023-07-12, 11:10 PM by HLFadmin. Edited 1 time in total.)
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-13, 01:11 PM
(2023-07-12, 11:06 PM)HLFadmin Wrote: Although that may be my browser. 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 |
« Next Oldest | Next Newest »
|