Cloudflare SSL
Hi,
I am having difficulties getting Cloudflare SSL to work on tiki 14.2. I had no issues getting it to work on tiki 12.1.
The issue appears to be that tiki appends port 80 onto the URL after in HTTPS.
Ya, so the first time I set it up with the expected settings. Now I'm at a loss.
My 12.1 settings are as follows:
Tiki Settings: http_port: NULL https_port: NULL session_protected: n login_http_basic: ssl feature_switch_ssl_mode: n https_login:force_nocheck .htaccess settings RewriteCond %{HTTP:X-Forwarded-Proto} =http #redirect all http traffic RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] # redirect all www traffic RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
New tiki install Behaviour:
Tiki redirects traffic to HTTPS (I can't figure out why, its probably a setting I can't find) After redirection to https, and appends a port:80 onto the address... of course this fails as https does not run off port 80. (I have removed the .htaccess settings to make this more simplistic)
If I manually remove the port 80 from the address, the page displays properly. Changing settings to force SSL has resulted in infinite redirects (as expected with cloud flare flexible ssl)
Manually changing both http_port and https_port to 443 has made no difference. Tiki still uses 80.
Any thoughts? I need a fresh pair of eyes for this issue. Thanks.