-
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
gNMI - TLS handshake failure on Ciena devices #16476
Comments
@whizkidTRW golang started to disable insecure TLS cipher suites by default and this is very likely the culprit causing the error. Could you please try to set |
Looks like that fixed the auth issue!
|
And, just to confirm, this is the proper sensor name. It's been working for 2+ years, only change is the Telegraf version.
|
@whizkidTRW could you please test the binary in PR #16507, available as soon as CI finished the tests, and let me know if this fixes the issue!? You need to set |
Relevant telegraf.conf
Logs from Telegraf
System info
Telegraf 1.29.2+, Docker 4.37.2, MacOS 15.2 (m4-Max)
Docker
Steps to reproduce
Expected behavior
TLS handshake is expected to still work with known good config from 1.29.1 to subsequent versions
Actual behavior
TLS handshake breaks starting in 1.29.2
Additional info
Confirmed to be working with my Cisco IOS-XR devices, so this problem is unique to Ciena.
The text was updated successfully, but these errors were encountered: