I felt like enough research wasn't done, so I've posted my take on the situtation.
What your suggestion is : Implementing SSL with the fix posted below
Pros : yay,ssl
Cons : idfk
Argument For it : I had this issue before. I fixed it myself.
Counterargument : idfk
Reguarding styles not loading with SSL on,
I've had that issue too. It's dealing with redirects/HEAD loading. (i.e CSS,JS,etc). To fix this, I've went into admin CP >> board URL >> change 'http' to 'https'. Also, in library/config.php add the line '$_SERVER['HTTPS'] = 'on';'
You can't load style templates/scripts via HTTP if your server is told to use HTTPS. (Mixed content: https://www.globalsign.com/en/blog/how-to-fix-mixed-content-warnings-on-your-ssl-site/)
(I refered to this: https://www.spigotmc.org/threads/solved-how-to-use-ssl-https-with-xenforo.224445/ when I had this problem.)
Don't say it's impossible,it is completely possible if you do your research
What your suggestion is : Implementing SSL with the fix posted below
Pros : yay,ssl
Cons : idfk
Argument For it : I had this issue before. I fixed it myself.
Counterargument : idfk
Reguarding styles not loading with SSL on,
I've had that issue too. It's dealing with redirects/HEAD loading. (i.e CSS,JS,etc). To fix this, I've went into admin CP >> board URL >> change 'http' to 'https'. Also, in library/config.php add the line '$_SERVER['HTTPS'] = 'on';'
You can't load style templates/scripts via HTTP if your server is told to use HTTPS. (Mixed content: https://www.globalsign.com/en/blog/how-to-fix-mixed-content-warnings-on-your-ssl-site/)
(I refered to this: https://www.spigotmc.org/threads/solved-how-to-use-ssl-https-with-xenforo.224445/ when I had this problem.)
Don't say it's impossible,it is completely possible if you do your research
