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

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

    In case that the client is a windows machine, a possible reason could be that the tls or ssl protocol required by the service is not activated.

    This can be set in:

    Control Panel -> Network and Internet -> Internet Options -> Advanced

    Scroll settings down to "Security" and choose between

    • Use SSL 2.0
    • Use SSL 3.0
    • Use TLS 1.0
    • Use TLS 1.1
    • Use TLS 1.2

提交回复
热议问题