XF 1.5 Base not detected HTTPS

Saida

New member
Hi xF Staff/Members,

After I turned on SSL, and change Base URL to HTTPS, but it still Shows HTTP instead.
I added to library/config.php :
Code:
$_SERVER['HTTPS'] == 'on';

BUT Xenforo PHP script don't see an HTTPS server value so the connection is unencrypted for (Gravatar, reCaptcha, ... etc) port 443.

So I asked my host to add this :

Code:
fastcgi_param HTTPS on;
fastcgi_param HTTP_SCHEME https;

But I still have the same issues.

Regards
 
Top Bottom