How do I use AddHttpClientInstrumentation on the builder to disable SSL #94337
Unanswered
andoniripollpro
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
If I do:
builder.Services.AddOpenTelemetry() .WithTracing(b => { b .AddHttpClientInstrumentation((options) => {
then, how do I disable SSL on HttpClients created from the factory on OTEL?
Thanks in advance.
Best regards,
Andoni
Beta Was this translation helpful? Give feedback.
All reactions