I'm experiencing connection negotiations failure while trying to establish two way authentication with .NET clients.
This happens after the remote server increased significantly the list of authorized CA.
While this issue can be easily resolved in any java clients by setting jdk.tls.maxHandshakeMessageSize
to a higher value, I can't find the same workaround for .NET.
This issue happens with System.Net.HttpClient
,
System.Net.Security.SslStream
(.NET Framework 4.7.2) and Internet Explorer 11 .