Hello,
I've installed and enabled password change plugin in my cPanel server also download cPanel XML API. When I try to change the password getting below error in rouncube "
===
Can not save new password
===
my config.inc.php
// cPanel Driver options
// --------------------------
// The cPanel Host name
$config['password_cpanel_host'] = 'my_hostname';
// The cPanel admin username
$config['password_cpanel_username'] = 'root';
// The cPanel admin password
$config['password_cpanel_password'] = 'root_password;
// The cPanel port to use
$config['password_cpanel_port'] = 2087;
=======================
And getting below error in horde log'
==
[28-Oct-2014 05:49:48 America/New_York] PHP Fatal error: Uncaught exception 'Exception' with message 'curl_exec threw error "SSL read: errno -12273" for https://my_hostname:2087/json-api/cpanel?domain=mydomain.com&email=test&password=123456789&cpanel_jsonapi_user=root&cpanel_jsonapi_module=Email&cpanel_jsonapi_func=passwdpop&cpanel_jsonapi_apiversion=2' in /usr/local/cpanel/base/3rdparty/roundcube/program/lib/xmlapi.php:758
Stack trace:
#0 /usr/local/cpanel/base/3rdparty/roundcube/program/lib/xmlapi.php(676): xmlapi->curl_query('https://server....', 'domain=jdgserve...', 'Authorization: ...')
#1 /usr/local/cpanel/base/3rdparty/roundcube/program/lib/xmlapi.php(915): xmlapi->xmlapi_query('cpanel', Array)
#2 /usr/local/cpanel/base/3rdparty/roundcube/plugins/password/drivers/cpanel.php(78): xmlapi->api2_query('root', 'Email', 'passwdpop', Array)
#3 /usr/local/cpanel/base/3rdparty/roundcube/plugins/password/drivers/cpanel.php(52): rcube_cpanel_password->setPassword('test@domin...', '123456789')
#4 /usr/local/cpanel/base/3rdparty/roundcube/plugins/passwo in /usr/local/cpanel/base/3rdparty/roundcube/program/lib/xmlapi.php on line 758
===
I've also tried with out giving my root password and user in config file..
Any help would be appreciated?..
Thank you
Does your cPanel server use SSL?
Hi,
I also having a similar problem, impossible to make work the roundcube change password plugin, is there any documentation we can find of how to make it work.
I setup all the information the plugin required but when I try save the password it show me a white page and nothing happen, does anyone know how to setup this plugin correctly with cpanel.
I search around 50 web pages related to this issue but no one can make it work.
Thanks
Whats in your error log? How do you have it setup?