maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #09493
nariadb 10.1.13 fails with openssl on gentoo
-
To:
maria-developers@xxxxxxxxxxxxxxxxxxx
-
From:
Benny Pedersen <me@xxxxxxx>
-
Date:
Sun, 17 Apr 2016 01:39:24 +0200
-
Authentication-results:
linode.junc.eu; dmarc=none header.from=junc.eu
-
User-agent:
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2
if openssl works for othres i like to know a working my.cnf to make it
work, i have added my ssql same way as used in dovecot / postfix, no ssl
error in mysql, but openssl s_client -showcerts -connect 127.0.0.1:3306
says ssl23 fails, at best i see ssl3 tlsv1 fails, output is
CONNECTED(00000003)
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 308 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
Protocol : TLSv1.2
Cipher : 0000
Session-ID:
Session-ID-ctx:
Master-Key:
Key-Arg : None
PSK identity: None
PSK identity hint: None
SRP username: None
Start Time: 1460845475
Timeout : 300 (sec)
Verify return code: 0 (ok)
---
how to debug it more from here ?
Follow ups