XF 1.4 Need help with SSL, weird error in XenForo.

Ideally, you need to use HTTPS between CloudFlare and your site as well. (For one, only SSL between the client and CloudFlare isn't really meeting the whole point of SSL.) Since CloudFlare is requesting your site without HTTPS, XenForo is reacting as such.
 
Ideally, you need to use HTTPS between CloudFlare and your site as well. (For one, only SSL between the client and CloudFlare isn't really meeting the whole point of SSL.) Since CloudFlare is requesting your site without HTTPS, XenForo is reacting as such.
Ah ok, but I just want my server members (they're at the ages of 8-16) and they wouldn't know what this is.
I would just love https:// to be green, right now look at these:
http://prntscr.com/533shy
http://prntscr.com/533tce
http://prntscr.com/533uka

Is there any option in XenForo that'll not react to the HTTPS?
 
Okay, well you fixed all the problems, but now there's another problem.
I added
$_SERVER['HTTPS'] = 'on';
to my .htaccess, and now my site is having this error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Apache/2.2.15 (CentOS) Server at www.fa-mc.com Port 80

Please note I'm running a dedicated server to host this website, and I need to fix whatever happens, not my host!
 
Top Bottom