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 using librdkafka through confluent-kafka-dotnet. I am trying to implement secure communication through a client certificate, so I am setting the following configuration:
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using librdkafka through confluent-kafka-dotnet. I am trying to implement secure communication through a client certificate, so I am setting the following configuration:
This works locally, however when I use the same in the server, I get the following error:
error message = ssl.key.location failed: error:0A080009:SSL routines::PEM lib, Trace = at Confluent.Kafka.Impl.SafeKafkaHandle.Create(RdKafkaType type, IntPtr config, IClient owner)
I have looked for this error code, however I can't find specific causes or solutions.
Any help will be greatly appreciated.
Regards
Beta Was this translation helpful? Give feedback.
All reactions