Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to configure my wcf service to use ssl with a self signed certificate.
The problem is that when my client application tries to connect to the service i get the following exception:

"The client certificate is not provided. Specify a client certificate in ClientCredentials".

I can connect to the service with the WCF test client.

I read a few tutorials on WCF and SSL and from what i understood the client needs a certficate as well. Could someone please explane what this means? I mean since when does a client need a certificate in ssl. And if a client needs a certificate why does the WCF test client work?

I would really appreciate any advice this?
Posted
Comments
Mark Salsbery 7-Nov-11 15:42pm    
The client should only need credentials if your configuration requires client-side credentials, no?

1 solution

 
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