Could not establish secure channel for SSL/TLS for SOAP call

后端 未结 3 1495
执念已碎
执念已碎 2021-01-04 18:59

Our core server is calling out to a soap web service over https on a number of different servers to confirm that a transaction has completed.

The code is dotnet 3.5

3条回答
  •  别那么骄傲
    2021-01-04 19:43

    I got the same error "Could not establish secure channel for SSL/TLS with authority 'www.xyzzy.com'." when moving an existing application including a required client certificate from one server to another. What caused the problem on the new server was that the IIS-user, in this case "IIS_WPG", didn't have have read & execute permission for the certificate just moved to the new server. Changing the certificate access permissions can be done with wsetools. /Stefan

提交回复
热议问题