[horde] mysql ssl help!

Michael J Rubinsky mrubinsk at horde.org
Mon Jun 3 13:30:44 UTC 2013


Quoting Nicolás Valera <nvalera at gmail.com>:

> Hi,
>
> I'm trying to configure horde authentication with mysql and ssl but  
> doesn't work.
>
> although the horde user in the database has "require ssl" the  
> connections are established without encryption (verified with  
> wireshark)
>
> $conf['auth']['params']['username'] = 'horde';
> $conf['auth']['params']['password'] = 'xxx';
> $conf['auth']['params']['hostspec'] = 'xxx.example.com';
> $conf['auth']['params']['port'] = 3306;
> $conf['auth']['params']['protocol'] = 'tcp';
> $conf['auth']['params']['database'] = 'xxx';
> $conf['auth']['params']['charset'] = 'utf-8';
> $conf['auth']['params']['ssl'] = true;
> $conf['auth']['params']['ca'] = '/var/www/horde/config/ca-cert.pem';
> $conf['auth']['params']['phptype'] = 'mysqli';
> $conf['auth']['params']['driverconfig'] = 'custom';
> $conf['auth']['params']['table'] = 'users';
> $conf['auth']['params']['username_field'] = 'email';
> $conf['auth']['params']['password_field'] = 'password';
> $conf['auth']['params']['encryption'] = 'crypt-md5';
> $conf['auth']['params']['show_encryption'] = false;
> $conf['auth']['driver'] = 'sql';

$conf['sql']['ssl'] and $conf['sql']['ca']
-- 
mike

The Horde Project (www.horde.org)
mrubinsk at horde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-keys
Size: 2200 bytes
Desc: PGP Public Key
URL: <http://lists.horde.org/archives/horde/attachments/20130603/9d3f85b6/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 6062 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.horde.org/archives/horde/attachments/20130603/9d3f85b6/attachment-0001.bin>


More information about the horde mailing list