Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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}'

Edit: Invoking webservice methods by SoapUI with use of p12 file completes successfully
Posted
Updated 20-Dec-11 23:48pm
v2

1 solution

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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900