突然在调用微信接口是报:The underlying connection was closed: An unexpected error occurred on a send错误,跟踪了半天,是因为在调用阿里人脸识别接口时,接认证设置成了SSL3,而微信接口支持TLS,所以就会报错。并且在更新后又正常的问题,

ServicePointManager.SecurityProtocol = SecurityProtocolType.SSL3;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2022-01-01
  • 2021-05-26
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
相关资源
相似解决方案