【发布时间】:2018-04-12 08:59:24
【问题描述】:
我需要通过证书或更好的密钥库文件 (myfile.p12) 进行客户端身份验证。
我在 SoapUI 中使用了它,它在那里工作。我得到了有关可用请求的信息。
如果我尝试向我的空项目添加服务引用,它总是会失败。
There was an error downloading 'https://MYURL/api?wsdl/$metadata'.The request was aborted: Could not create SSL/TLS secure channel. Metadata contains a reference that cannot be resolved: 'https://MYURL/soapWebService/api?wsdl'. Could not establish secure channel for SSL/TLS with authority 'myurl:8443'. The request was aborted: Could not create SSL/TLS secure channel.
【问题讨论】:
-
https://MYURL/api?wsdl/$metadata是否有服务运行?当您添加服务引用时,它会尝试连接并下载有关可用请求的元数据。或者可能有防火墙阻止请求?
标签: c# authentication soap