The request was aborted: Could not create SSL/TLS secure channel

后端 未结 30 2372
遇见更好的自我
遇见更好的自我 2020-11-22 01:21

We are unable to connect to an HTTPS server using WebRequest because of this error message:

The request was aborted: Could not create SSL/TLS secur

30条回答
  •  执笔经年
    2020-11-22 01:43

    Another possibility is that the code being executed doesn't have the required premissions.

    In my case, I got this error when using Visual Studio debugger to test a call to a web service. Visual Studio wasn't running as Administrator, which caused this exception.

提交回复
热议问题