You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a custom SSL configuration, if the SSL cert is invalid, there is no way to ignore "skip-verify". This is important because some cloud providers SSL certs for Mysql connections do not include ips in them.
Host operating system: output of
uname -a
Centos 7.3
mysqld_exporter version: output of
mysqld_exporter --version
MySQL server version
5.7
mysqld_exporter command line flags
/usr/local/bin/mysqld_exporter --config.my-cnf=$HOME/.my.cnf
What did you do that produced an error?
Using a custom SSL configuration, if the SSL cert is invalid, there is no way to ignore "skip-verify". This is important because some cloud providers SSL certs for Mysql connections do not include ips in them.
What did you expect to see?
An ability to connect using a custom cert and use "skip-verify" as documented here: https://golang.org/src/crypto/tls/common.go?s=12984:21448#L334.
Also according to mysql documentation, it doesnt normally check SSL certs when connecting unless specified to https://dev.mysql.com/doc/refman/5.7/en/encrypted-connection-options.html#option_general_ssl-mode
What did you see instead?
An error saying
The text was updated successfully, but these errors were encountered: