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
I am sending data to an Elasticsearch APM server which support OTLP. It's using a self-signed certificate but I can not figure out how to get my app using the OTel .NET client to allow the request to work. It gets a AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: PartialChain error. From what I am reading, it seems that I would need to be able to control the GrpcChannelOptions in the call to GrpcChannel.ForAddress in OtlpExporterOptionsExtensions.CreateChannel, but there does not appear to be a way to customize those options. Any ideas?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am sending data to an Elasticsearch APM server which support OTLP. It's using a self-signed certificate but I can not figure out how to get my app using the OTel .NET client to allow the request to work. It gets a
AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: PartialChain
error. From what I am reading, it seems that I would need to be able to control theGrpcChannelOptions
in the call toGrpcChannel.ForAddress
inOtlpExporterOptionsExtensions.CreateChannel
, but there does not appear to be a way to customize those options. Any ideas?Beta Was this translation helpful? Give feedback.
All reactions