DirectAdmin appears to be using SSL. Change your script to connect to ssl://
I had the same issue, its because the force ssl option in directadmin.conf is enabled. Just change "$config['password_directadmin_host'] = 'tcp://localhost';" to "$config['password_directadmin_host'] = 'ssl://localhost';" in /var/www/html/roundcube/plugins/password/config.inc.php
Comments
Post a Comment