hello guys hello master of holy bible of centos
I am having problems with the package for EPEL roundcubemail centos 6 options 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
please maybe a fix