Call API relation to TLS 1.2

Posted 小柑

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Call API relation to TLS 1.2相关的知识,希望对你有一定的参考价值。

           

//ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls; //.NET 4.5 //.NET 4.6 and above,no any code need add
//ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072; //Hard Code TLS 1.2 for .NET 4.0 //.NET 3.5 or below,TLS 1.2 is not supported

 

Windows version

SSL2 Client

SSL2 Server

SSL3 Client

SSL3 Server

TLS 1.0 Client

TLS 1.0 Server

TLS 1.1 Client

TLS 1.1 Server

TLS 1.2 Client

TLS 1.2 Server

Windows Vista SP2 and Windows Server 2008 SP2

Off

On

On

On

On

On

N/A

N/A

N/A

N/A

Windows 7 SP1 and Windows Server 2008 R2 SP1

Off

On

On

On

On

On

Off

Off

Off

Off

Windows Server 2012

Off

Off

On

On

On

On

On

On

On

On

Windows 8.1 and Windows Server 2012 R2

Off

Off

On

On

On

On

On

On

On

On

Windows 10

Off

Off

On

On

On

On

On

On

On

On

Windows 10 (1511)

Off

Off

On

On

On

On

On

On

On

On

Windows 10 (1607) and Windows Server 2016

N/A

N/A

Off

Off

On

On

On

On

On

On

以上是关于Call API relation to TLS 1.2的主要内容,如果未能解决你的问题,请参考以下文章

Unity Android 错误 call to OpenGL ES API with no current context (logged once per thread) 解决办法

关于arcgis for android 2.0 中MapView退出的时候报错 call to OpenGL ES API with No Current context

Python2.7 win7系统串口报错:raise SerialException('call to ClearCommError failed')

Spyne、TLS 和服务器到客户端请求

android的动画的这个是啥意思Animation.RELATIVE_TO_SELF

javax.mail.MessagingException: Could not convert socket to TLS