I am trying to create a Client-Server application using TLS. For this I use: .Net framework 4.8 and SslStream. All works fine when I use Tls1.1/1.2 :
--Client--