-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to set mysql SSL certificates #2916
Comments
Looks like we don't have support for these settings in this plugin yet. However, I think if all you want is a basic setup you can add |
@danielnelson thanks for your answer. And about system certificate, did you mean updating |
I think with It won't help here, but in general if you did to update your system ca certs for telegraf, I think it needs to be one of these: https://github.com/golang/go/blob/master/src/crypto/x509/root_linux.go |
@danielnelson got it, thank you. Then I'm thinking about creating pull request with all changes what I need |
That would be great, I merged something similar today for graphite so maybe it will be helpful to look at #2602. This is the current style for these options. |
great, thank you |
I have mysql server running with SSL enabled, therefore I need to specify ssl certificate, CA and key. I haven't found any parameters in
telegraf.conf
to pass them inside. As I understand now it is not possible to specify them, right? Thanks.The text was updated successfully, but these errors were encountered: