mysql ssl error

2016-12-25 Thread Al Zick

Hi,

Getting this error:
ERROR 2026 (HY000): SSL connection error: error:0001: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



Re: DHCPv6

2016-12-25 Thread Andy Ruhl
On Sun, Dec 25, 2016 at 9:48 AM, Jan Danielsson
 wrote:
>The ISC dhcpd documentation states that the daemon only supports IPv4
> or IPv6 (options -4 and -6 are mutually exclusive), and that to support
> both IPv4 and IPv6 simultaneously one must start two instances of the
> daemon.  IMHO it makes sense - under those boundary conditions - to have
> a /etc/rc.d/dhcpd6 and the tweaks needed to keep them both running
> alongside each other.
>
>Thoughts?

That as well as an example config in /usr/share/examples/dhcp/
possibly called dhcpd6.conf should cover it.

Seems like a good idea.

Andy