NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mysql ssl error



Hi,

Getting this error:
ERROR 2026 (HY000): SSL connection error: error:00000001:lib(0):func (0):reason(1)

Mysql 5.7.

My my.cnf looks like this:
[mysqld]
key_buffer_size                 = 16M
max_allowed_packet              = 16M
thread_stack                    = 192K
thread_cache_size               = 8
#
query_cache_limit               = 1M
query_cache_size                = 16M
#
[client]
ssl-ca=/etc/certs/ca-cert.pem
ssl-cert=/etc/certs/client-cert.pem
ssl-key=/etc/certs/client-key.pem
[mysqld]
ssl-ca=/etc/certs/ca-cert.pem
ssl-cert=/etc/certs/server-cert.pem
ssl-key=/etc/certs/server-key.pem

Is there a good way to verify that mysql is using OpenSSL and not yaSSL?

Also, could this be a cipher issue?

What I don't understand is the same config works on Ubuntu. Any ideas?

Kind Regards,
Al



Home | Main Index | Thread Index | Old Index