What version of SSL/TLS does System.Web.Services.Protocols.SoapHttpClientProtocol use?

前端 未结 2 2018
囚心锁ツ
囚心锁ツ 2021-01-18 22:26

Now that SSL 3 has been found to be vulnerable to the POODLE attack:

What version of SSL/TLS does System.Web.Services.Protocols.SoapHttpClientProtocol use when conne

2条回答
  •  既然无缘
    2021-01-18 23:09

    SSL version should be driven by static property System.Net.ServicePointManager.SecurityProtocol. In my box it is set to "SSLV3 | TLS". You can set to to TLS12.

提交回复
热议问题