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
Describe the bug
We have HAProxy setup between the datadog agents and datadoghq which is using a self-signed certificate.
At the moment there is no provision on this line given below to pass OpenSSL::SSL::VERIFY_NONE or something similar to handle self-signed certificates in case of HAProxy or similar:
Please note: The root CA is already installed at the global os level.
Raising this issue so we can add support to handle or ignore self-signed certificates in legitimate cases by either reading a chef attribute or using the datadog.yaml config (skip_ssl_validation: true) or something similar to make it work.
Label the issue properly.
Add severity/ label.
Add documentation label if this issue is related to documentation changes.
To Reproduce
Steps to reproduce the behavior:
Configure env such that agents talk to HAProxy to get to datadoghq
Use Chef (or similar) and add datadog:dd-handler recipe to the host's run_list
Observe the error at the end of a chef-client run.
Expected behavior
It should submit metrics to Datadog
Screenshots
If applicable, add screenshots to help explain your problem.
Environment and Versions (please complete the following information):
As per steps to reproduce section above.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
We have HAProxy setup between the datadog agents and datadoghq which is using a self-signed certificate.
At the moment there is no provision on this line given below to pass OpenSSL::SSL::VERIFY_NONE or something similar to handle self-signed certificates in case of HAProxy or similar:
dogapi-rb/lib/dogapi/common.rb
Line 99 in 9ccd737
Please note: The root CA is already installed at the global os level.
Raising this issue so we can add support to handle or ignore self-signed certificates in legitimate cases by either reading a chef attribute or using the datadog.yaml config (skip_ssl_validation: true) or something similar to make it work.
Label the issue properly.
severity/
label.documentation
label if this issue is related to documentation changes.To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should submit metrics to Datadog
Screenshots
If applicable, add screenshots to help explain your problem.
Environment and Versions (please complete the following information):
As per steps to reproduce section above.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: