0
votes
0answers
464 views

Self Signed Certificate and CertificateValidationMode on Windows XP only

All my code is .Net 4.0. I have wcf service using certificate+username/password authentication. In my service I used a self signed certificate, so the public key loaded to client should go to Trusted ...
0
votes
0answers
18 views

WCF with multiple host certificates

I have a self hosted wcf service, with mulitple endpoints. The host is configured by a self signed certificate. So each enpoint is using the same certificate. My requirements has changed now. A new ...
0
votes
1answer
184 views

WCF hosted on IIS 7 cannot verify security of the message

I've a WCF service hosted on IIS 7 which uses a self-signed certificated to provide HTTPS connection. The server is located in US but the client that consumes it are in the middle east. In order the ...
0
votes
0answers
134 views

WCF Self Signed Certificate Getting Deleted

I Have designed a WCF web service to use Net Tcp Binding with Self Signed Certificate Security, and Hosted it on windows 7 IIS 7 Localhost. I am Using PluralSight Self-Cert To Create The certificate. ...
6
votes
2answers
4k views

WCF Self signed certificate is not trusted on the client

I have a WCF service that is ONLY every used between two server machines. It will NEVER be used publicly. I was hoping I could use SSL with a self signed certificate for security. I created a ...
0
votes
3answers
4k views

WCF Could not establish trust relationship for the SSL/TLS secure channel with authority

Scenario: I've a WCF web service called SERVICEA hosted in Azure. It's uses self signed certificate for HTTPS. This SERVICEA inspect the incoming request and determines whether to call: ...
1
vote
0answers
269 views

Multiple WCF service instances don't work via SSL under IIS

I have a server (W2k8 R2 Standard) hosting three instances of the same web site. All three are bound to different domain names and IP addresses: sub1.domain.com ON xxx.xxx.xxx.28:80 sub2.domain.com ...
0
votes
1answer
1k views

WCF Transport security with peertrust and self-signed client certificates

I'm been struggling with WCF for a while now and I can't seem to figure it out. I have a self-hosted WCF service with SSL enabled (using a signed certificate from a self-signed root CA), so far so ...
13
votes
5answers
11k views

Is it possible to force the WCF test client to accept a self-signed certificate?

I have a WCF web service running in IIS 7 using a self-signed certificate (it's a proof of concept to make sure this is the route I want to go). It's required to use SSL. Is it possible to use the ...
8
votes
2answers
12k views

Issue with Self Signed Cert in WCF - Must have Private Key

I am creating a WCF service hosted within IIS7 on Windows Vista SP1. I am getting the following error: The certificate 'CN=SignedByLocalHost' must have a private key that is capable of key exchange. ...