SSL Handshake problem in .NET but not curl (same machine) #111066
-
Minimal repro on plain mcr.microsoft.com/dotnet/sdk:8.0 image. From what I can tell, the remote client here at
I don't understand why the same doesn't happen with curl on this same container?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ah - I've had a look in wireshark - the server didnt want to use any of the available cyphers. Curl overrides the openssl defaults while .net does not https://learn.microsoft.com/en-us/dotnet/core/compatibility/cryptography/5.0/default-cipher-suites-for-tls-on-linux. |
Beta Was this translation helpful? Give feedback.
Ah - I've had a look in wireshark - the server didnt want to use any of the available cyphers. Curl overrides the openssl defaults while .net does not https://learn.microsoft.com/en-us/dotnet/core/compatibility/cryptography/5.0/default-cipher-suites-for-tls-on-linux.