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
FROM datadog/docker-dd-agent:latest-alpine
ENV API_KEY=<API_KEY>
COPY conf.d /conf.d
Run the docker image
Check the agent info command:
initialize check class [ERROR]: OSError('Unable to locate embedded directory. Please specify ca_certs in your http yaml configuration file.',)
Describe the results you received:
The http_check integration fails due to cert error.
It appears to be searching in a embedded/* path.
Describe the results you expected:
I expected that if I specify ca_certs then it would not try to get the default cert path of "embedded/ssl/certs". It would load the path that i passed and continue on.
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered:
**Output of the info page **
Additional environment details (Operating System, Cloud provider, etc):
Steps to reproduce the issue:
Describe the results you received:
The http_check integration fails due to cert error.
It appears to be searching in a embedded/* path.
Describe the results you expected:
I expected that if I specify ca_certs then it would not try to get the default cert path of "embedded/ssl/certs". It would load the path that i passed and continue on.
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: