1

Roundcube password change error - DA appears to be using SSL. Change your script to connect to ssl:


Avatar
Mean Charoenrat

Thank you @CISWS

configuration file /var/www/html/roundcube/plugins/password/config.inc.php:

Change this line:

$config['password_directadmin_host'] = 'tcp://localhost';

to

$config['password_directadmin_host'] = 'ssl://localhost';

--------------------------------
forum.directadmin.com/threads/roundcube-password-change-error-da-appears-to-be-using-ssl-change-your-script-to-connect-to-ssl.61439/

A