Reputation: 180
I need to log as much as possible information about SSL Handshake using .NET for mTLS.
This is possible in Java by using System.setProperty("javax.net.debug", "ssl:handshake");
System.setProperty("javax.net.debug", "ssl:handshake");
Is there an equivalent in .NET?
Upvotes: 2
Views: 509