RoundCube: Could not save new password. Connection error. Recv failure: Connection reset by peer Naprawa!
Today I will describe correct the problem when you change your password by a panel roundcube get the message :
RoundCube: Could not save new password. Connection error. Recv failure: Connection reset by peer
or after our:
Connection error. Recv failure: Connection closed by the other party
The solution is very simple.
edit file:
1 | /var/www/html/roundcube/plugins/password/config.inc.php |
We find the line :
1 | $config['password_directadmin_host'] = 'tcp://localhost'; |
I change the :
1 | $config['password_directadmin_host'] = 'ssl://localhost'; |
We are changing the TCP and some have even tsl SSL://
save the file.
That's it 🙂