Hi,
when using ssl_verify_server_cert in mysql connection string, is
the cert verified also against SAN (DNS and IP)?
Because this doesn't seem to work. I get a certification
verification error in handshake when connecting via IP.
But the cert is good as the connection via IP (and IP in the SAN
of the cert) works from other applications verifying.
Thanks.