Displaying 1 result from an estimated 1 matches for "force_http".
Did you mean:
force_https
2012 Jul 17
1
probleme rpm roundcubemail-0.7.2-2.el6.noarch force ssl fail
...ptions for config roundcubemail to force SSL connections not working
// enforce connections over https
// with this option enabled, all non-secure connections will be
redirected.
// set the port for the ssl connection as value of this option if it
differs from the default 443
$rcmail_config['force_https'] = true;
// tell PHP that it should work as under secure connection
// even if it doesn't recognize it as secure ($_SERVER['HTTPS'] is not
set)
// e.g. when you're running Roundcube behind a https proxy
$rcmail_config['use_https'] = true;
this option not work
plea...