Skip to content

How to disable SSL verification #919

@Dudssource

Description

@Dudssource

What problem we are facing?

I've been trying to disable SSL verification on v88, as I suspect that this is the problem I'm facing (since we have datadog behind an internal proxy with intermediate TLS certificates).

Describe the issue

After upgrading one of our golang lambda functions extension from v68 to v88, we noticed that APM data was missing.

After inspecting logs, we noticed one of the issues with HTTP2 protocol for logs (which we solved by adding the undocumented DD_HTTP_PROTOCOL=http1 env var).

But still we can't get traces and metrics to work. (rollbacking to v68 does fix the issue)

Error logs

Unfortunately error logs don't return any useful information.

346 | 2025-11-11T10:23:09.789-03:00 | DD_EXTENSION \| ERROR \| TRACES \| Request failed: No requests sent 
347 | 2025-11-11T10:23:09.789-03:00 | DD_EXTENSION \| ERROR \| Max retries exceeded, returning request error error=Network error: client error (Connect) attempts=1

Any help would be highly appreciated.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions