TLS connection handshake Failure
问题 We have difficulties to make https connections to the remote machines (like PayPal vb.) who disabled SSL3 protocol from our .Net application. We are getting following exception on GetResponse method of HttpWebRequest instance. The request was aborted: Could not create SSL/TLS secure channel. When we go depth and trace network logs with WireShark, we see that remote machine return the following error TLSv1.2 Alert (Level: Fatal, Description: Handshake Failure) Handshake Failure 40 More