【发布时间】:2015-04-01 01:19:15
【问题描述】:
我遇到了一个相当不寻常的问题,我无法在 Visual Studio 2013 中使用 wsdl。
为了在 IE/Chrome/Safari 中查看 url,我需要安装 .p12 和 .crt 安全证书。
我已将 IE 设置为不提示,但在 Safari 中我看到以下提示: 我猜visual studio也想确认证书但无法提示。
尝试在 Visual Studio 2013 中添加服务引用时,我看到以下错误:
"An error occured (details) while attempting to find services at..."
详情如下:
There was an error downloading 'https://xxx/xxx.svc/$metadata'.
The request was aborted: Could not create SSL/TLS secure channel.
Metadata contains a reference that cannot be resolved: 'https://xxx.wsdl'.
Could not establish secure channel for SSL/TLS with authority 'xxx.com'.
The request was aborted: Could not create SSL/TLS secure channel.
If the service is defined in the current solution, try building the solution and adding the service reference again.
有解决办法吗?
【问题讨论】:
标签: visual-studio visual-studio-2013 wsdl ssl-certificate