rabbitmq-dotnet-client icon indicating copy to clipboard operation
rabbitmq-dotnet-client copied to clipboard

Log what TLS version(s) is enabled on the system

Open michaelklishin opened this issue 5 years ago • 1 comments

See #764 for the background. It would be great to have additional debug logging that would log what TLS version a connection will use and what is enabled on the system to the extent we can observe it (e.g. using https://docs.microsoft.com/en-us/dotnet/api/system.net.servicepointmanager?view=netframework-4.8).

michaelklishin avatar Mar 23 '20 15:03 michaelklishin

This may not be possible with .NET core, but I will investigate prior to releasing version 7.

lukebakken avatar Dec 29 '23 00:12 lukebakken

After re-reading #765 (whew!) my conclusion is that we don't need to implement #765 as the affected .NET Framework and .NET Core versions are no longer supported, or, if someone hits that issue (unlikely, given the PR associated with it), they can find a workaround.

lukebakken avatar May 25 '24 17:05 lukebakken

Fair enough.

michaelklishin avatar May 25 '24 18:05 michaelklishin