Hello,
I have that error
PHP Error: Password plugin: Error fetching ssl://localhost:2222/CMD_CHANGE_EMAIL_PASSWORD : cURL error 1: Protocol "ssl" not supported
Plugin Password was reconfigured with latest roundcube build ;/
Also roundcube config.inc.php custombuild stop working
Fixed ......
DA STUFF @DirectAdmin Support - Test Yours new things before release.
go to /var/www/webapps/roundcube*/plugins/password/config.inc.php
There's no SSL for localhost ...
also if SSL isnt used on pages %h variable not working.
change it to %d
...
// %d is replaced with the domain part of the username (if the username is an email)
...
If that didn't work, use Hostname url with FQDN, or one of domain with SSL ON
Also force new update w/o information about remove old roundcube location isn't fair.
Make a backup of moved services please ...
Greetings
I have that error
PHP Error: Password plugin: Error fetching ssl://localhost:2222/CMD_CHANGE_EMAIL_PASSWORD : cURL error 1: Protocol "ssl" not supported
Plugin Password was reconfigured with latest roundcube build ;/
Also roundcube config.inc.php custombuild stop working
Fixed ......
DA STUFF @DirectAdmin Support - Test Yours new things before release.
go to /var/www/webapps/roundcube*/plugins/password/config.inc.php
$config['password_directadmin_host'] = 'https://localhost';
There's no SSL for localhost ...
also if SSL isnt used on pages %h variable not working.
change it to %d
...
// %d is replaced with the domain part of the username (if the username is an email)
...
$config['password_directadmin_host'] = 'https://%d';
If that didn't work, use Hostname url with FQDN, or one of domain with SSL ON
Also force new update w/o information about remove old roundcube location isn't fair.
Make a backup of moved services please ...
Greetings
Last edited: