Leeroy Brown
Member
This is a suggestion for future versions:
Xenforo is smart enough to figure-out if the server that it resides on is sending pages via http or https, and changes the base href accordingly.
But for servers behind certain load balancers or cloudflare, the servers may be sending information to the load balancers or cloudflare as http port 80 traffic, then it is 'converted' to SSL https port 443 traffic. The origin servers don't have a way to recognize that the end browser is receiving https traffic, not http traffic.
It could be fixed with .htaccess code modification, but it would be simpler if xenforo followed the http or https entered in Options > Basic Board Information > Board URL.
Xenforo is smart enough to figure-out if the server that it resides on is sending pages via http or https, and changes the base href accordingly.
But for servers behind certain load balancers or cloudflare, the servers may be sending information to the load balancers or cloudflare as http port 80 traffic, then it is 'converted' to SSL https port 443 traffic. The origin servers don't have a way to recognize that the end browser is receiving https traffic, not http traffic.
It could be fixed with .htaccess code modification, but it would be simpler if xenforo followed the http or https entered in Options > Basic Board Information > Board URL.
Upvote
0