datadog exporter
#21407
Replies: 1 comment 1 reply
-
Your nginx endpoint is missing a certificate, please fix your installation with let's encrypt or a SSL certificate. You can also configure the collector to disable verifying the SSL certificate. See |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to secure a connection between otel collector datadog exporter and an nginx reverse proxy. I have setup nginx with self signed certificates. However, in my collector I get
proxyconnect tcp: x509: certificate signed by unknown authority
error, and in my nginx i get this error
SSL_do_handshake() failed (SSL: error:14094412:SSL routines:ssl3_read_bytes:sslv3 alert bad certificate:SSL alert number 42) while SSL handshaking, client`Attempting to solve this issue, I was thinking to provide ca.crt of the nginx proxy in datadog exporter under tls: ca_file: <CA_FILE> but datadog doesn't allow this property to be set.
I appreciate if anyone has ideas of fixing this error.
Beta Was this translation helpful? Give feedback.
All reactions