Skip to content

[FIX] Update tiki-setup_base.php: changing the SSL port definition scheme....

Medvedvvs requested to merge medvedvvs/tiki-dontuze3:medved_changes into master

[FIX] Update tiki-setup_base.php: changing the SSL port definition scheme. Config is taken from the database and then SSL port is set to the value obtained (or 443, or from _SERVER var). Checked against reverse SSL proxy with Apache httpd (different SSL ports on the proxy and the server). What is not checked (cannot reproduce with Apache config): $_SERVER['HTTP_X_FORWARDED_PORT']. Help, please (recommendations how to do that are OK too)!

Merge request reports