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

后端 未结 30 1819
遇见更好的自我
遇见更好的自我 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 02:04

    Another possibility is improper certificate importation on the box. Make sure to select encircled check box. Initially I didn't do it, so code was either timing out or throwing same exception as private key could not be located.

    certificate importation dialog

提交回复
热议问题