ispCP - Board - Support
suhosin problem - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: suhosin problem (/thread-14196.html)



suhosin problem - sumfvm - 06-18-2011 07:18 AM

Hi all,

My today-'s problem is this one: I rent a SSL certificate and installed it without any problem (I will make a tuto later). Everything is ok, admin panel with https instead of using http url, pma, filemanager except the webmail (roundcube).

When I try to reach the url, I get this message:

Quote:ERROR: Wrong 'suhosin.session.encrypt' option value. Read REQUIREMENTS section in INSTALL file or use Roundcube Installer, please!

Well, I edit the file /etc/php5/conf.d/suhosin.ini and uncomment the line "suhosin.session.encrypt = on" and I edit too /var/www/ispcp/gui/tools/webmail/config/main.inc.php, changing:

Quote:- $rcmail_config['force_https'] = false; (=> true),
- $rcmail_config['use_https'] = false; (=> true)

but the problem is the same...

Any idea (from Spain maybe Wink)
Damn, problem is solved by editing /etc/php5/conf.d/suhosin.ini and uncommenting line:

Quote:;suhosin.session.encrypt = on

Replace by:

Quote:suhosin.session.encrypt = off