rgc183
Results
2
comments of
rgc183
Same problem.
Otlp grpc exporter is also missing default options for SSL: https://grpc.io/docs/guides/auth/#using-client-side-ssltls `// Create a default SSL ChannelCredentials object. auto channel_creds = grpc::SslCredentials(grpc::SslCredentialsOptions());` Update: According to this: https://github.com/grpc/grpc/issues/25829#issuecomment-1166067743 certificate needs to...