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 need to implement a legacy ssl provider, so I am using
"SslProviders": "default,legacy"
However, I get the following exception:
rdkafka#consumer-18| [thrd:app]: error:12800067:DSO support routines::could not load the shared library: filename(C:\semaphore-agent\vcpkg\packages\openssl_x64-windows\bin\legacy.dll)
Failed to load OpenSSL provider "legacy": error:07880025:common libcrypto routines::reason(524325): name=legacy
I found a workaround here. I can't use it because I have no control on what can be installed on my dev environment or the servers. Can you please suggest some other way to enable legacy ssl providers on confluent-kafka-dotnet?
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
-
Hello,
I am using librdkafka through confluent-kafka-dotnet. I need to implement a legacy ssl provider, so I am using
"SslProviders": "default,legacy"
However, I get the following exception:
rdkafka#consumer-18| [thrd:app]: error:12800067:DSO support routines::could not load the shared library: filename(C:\semaphore-agent\vcpkg\packages\openssl_x64-windows\bin\legacy.dll)
Failed to load OpenSSL provider "legacy": error:07880025:common libcrypto routines::reason(524325): name=legacy
I found a workaround here. I can't use it because I have no control on what can be installed on my dev environment or the servers. Can you please suggest some other way to enable legacy ssl providers on confluent-kafka-dotnet?
Regards
Beta Was this translation helpful? Give feedback.
All reactions