-
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
Wavefront output plugin failing with certificate error. #11925
Comments
This is the only commit I could find between 1.23.4 and 1.24.*. @LukeWinikates sorry to ping you but as the author of that pr I am hoping you have some insight :) |
Hi @rushikeshbgithub - quick question. Are you using I wanted to give you a quick response that might help you with debugging, but I also haven't quite digested your proxy configuration yet. I wonder if maybe using tcp previously, your proxies simply weren't actually involved in the sending of metrics to wavefront. Or is it possible that you have an |
Hi @LukeWinikates, Thanks for your response. ============================== [[outputs.wavefront]] ===============================
server {
server { |
@LukeWinikates It seems you fixed the bug upstream, can you also create a PR here to update wavefront module to newest version? |
PR to update the dep: #12309 - it would be good to have someone confirm if this fixes this issue. |
I merged the dependency update as we are prepping for v1.25.0 for next week. Thanks @LukeWinikates for driving the upstream. If this turns out to not fix the issue, please open a new issue. Thanks! |
We were looking to update to 1.24.x for using json_transformation but hitting this bug. Since its a bug introduced only with 1.24.x (of course upstream) can we please look at back porting fix for 1.24.x |
Hi,
I am using wavefront output plugin in telegraf agent to post metrics to wavefront proxy.
I am using nginx proxy in front of both telegraf agent and wavefront proxy.
This used to work until telegraf version 1.23.4 and started failing with telegraf version 1.24.0. Below is error I get in telegraf
error reporting wavefront format data to Wavefront: "Post "https://localhost/wavefront:8071/report?f=wavefront\": x509: certificate is not valid for any names, but wanted to match localhost"
Actually telegraf wavefront plugin should not get https error because ssl part is done only between both nginx, other communication is on plain http.
Everything works fine if telegraf 1.23.4 is used and fails when 1.24.* version is used.
Can someone please help me with this ? Please let me know if you need more information.
The text was updated successfully, but these errors were encountered: