Roundcube Community Forum

 

Unable to login to roundcube after PHP 5.6 upgrade

Started by ineo, June 12, 2014, 12:09:37 PM

Previous topic - Next topic

ineo


I guess this is a better place to start this issue then in a reply on another topic.

I am running Roundcube 0.8.7 on Linux and after the update to php 5.6 I am no longer able to login to roundcube when I use ssl://<hostname> after doing some research I found the problem. PHP 5.6 performance default certificate peer verification and this isn't working on my roundcube install.

After reading the below article I tried to solve this with installing the complete certificate chain and checked this with openssl s_client -showcerts -connect <hostname>:993 -CApath /etc/ssl/certs and it is succesfull without any errors. So certificate chain is ok.

So it seems that the roundcube imap login code isn't producing all the openssl variables to php. Is there a way to fix this?

Upgrading to 1.0.1 won't solve this issue because that version is also experiencing the problem. And in my case I can't upgrade because I have a couple of plugins that aren't working on the later version :(

(https://www.mail-archive.com/[email protected]/msg1227148.html)

Workaround at the moment is to use imap and not imaps so not ssl://localhost but localhost

With regards

ineo

Is see that there are a lot people reading this issue, but no replies.
Are there no solutions for this problem?

alec


ineo