WCF with Certificates in .NET CF?

T

Tobias Hebel

Hi,

is there a way to use certificates to authenticate a WCF client / server
infrastructure in .NET CF?

mfg
Tobias Hebel
 
T

Tobias Hebel

Tobias said:
Hi,

is there a way to use certificates to authenticate a WCF client / server
infrastructure in .NET CF?

I found out, that .NET CF can't use SecurityMode.Message but
SecurityMode.Transport. So I changed my Code to that. Now I get the error:

An Error occured while making the HTTP request to
https://mysite/myservice/service.svc. This could be due to the fast that
the server certificate is not configured properly with HTTP.SYS in the
HTTPS case. This could also be caused by a mismatch of the security
binding between the client and the server.

What does this mean?

mfg
Tobias Hebel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top