.NET客户端通过SSL消耗Java Web服务

问题描述:

.NET客户端通过SSL调用Java Webservice(存储在Jboss上)时是否存在任何已知问题?覆盖证书验证没有帮助.我有来自服务器的p12证书文件.它已安装在客户端上,但仍然出现错误:无法使用权​​限{server_name}为SSL/TLS建立安全通道"

SoapUI使用p12文件调用webservice方法成功完成

Are there any known issues during invoking java webservice (stored on Jboss) through SSL by .NET client? Overriding of certificate validation did not help. I have p12 cert file from server. It is installed on client and I still get error: ''Could not establish secure channel for SSL/TLS with authority {server_name}''

Invoking webservice methods by SoapUI with use of p12 file completes successfully

根据Microsoft,这似乎是不可能的.

请参阅 http://social.msdn.microsoft. com/Forums/zh-CN/wcf/thread/89dcf73c-ff5c-4f7d-b373-bba0f5f6eadb/

http://social.msdn.microsoft.com/Forums/zh/wcf/thread/2920ccd6-9b95-4285-908f-283057aab2b6 .

身份验证模式以及相应的前缀和名称空间在MSDN中进行了讨论.这可能会给您一些其他的想法.
According to Microsoft, this does not appear to be possible.

See http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/89dcf73c-ff5c-4f7d-b373-bba0f5f6eadb/
and
http://social.msdn.microsoft.com/Forums/en/wcf/thread/2920ccd6-9b95-4285-908f-283057aab2b6.

The authentication modes and corresponding prefixes and namespaces are discussed in MSDN. This may give you some additional ideas.