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
The SSL related configuration is buggy. The culprit is that this method does not return the TLS query parameter in mos cases, where it actually should.
Additionally, I could not get it working even when providing a custom CA. The client would always get errors from the server saying that TLS is required.
The text was updated successfully, but these errors were encountered:
This PR is a modified version of the #674 to match the FormDSN supported by the #708.
Fixes: #673
Signed-off-by: Nico Braun <rainbowstack@gmail.com>
Signed-off-by: Yasushi MIYAZAKI <MIYAZAKI.Yasushi@gmail.com>
Co-authored-by: Nico Braun <rainbowstack@gmail.com>
The SSL related configuration is buggy. The culprit is that this method does not return the TLS query parameter in mos cases, where it actually should.
mysqld_exporter/config/config.go
Line 172 in 503f1fa
Additionally, I could not get it working even when providing a custom CA. The client would always get errors from the server saying that TLS is required.
The text was updated successfully, but these errors were encountered: