0
votes
2answers
25 views

Mix SSL with client certificate and without client certificate in one application pool

Is it possible in WCF to have an endpoint with SSL and a client certificate and an endpoint with another contract with SSL and without a client certificate within the same application pool in IIS? If ...
1
vote
0answers
67 views

Unable to contact the server for Certificate Revocation List (CRL) in WCF mutual SSL authentication

I am trying to build an application in WCF which will work through a mutual SSL authentication. The server side SSL certificate works fine but when the service trying to authenticate the client, it ...
0
votes
2answers
41 views

WCF SSL connection configurations?

I wrote wcf service server and client aplications, both client and server works well with basic http binding. Now I want to change configuration to use SSL for connection. Is there any body that can ...
0
votes
0answers
289 views

Proper binding settings for WCF client consuming ASMX service requiring user name and certificate authentication

I could use a wee bit - okay, a lot - of guidance building a WCF client in C# to consume a secure internet ASMX service. What would help is for someone more expert than I to consider my settings, and ...
0
votes
1answer
34 views

Do I need to configure wcf with transport security if IIS is setup to negotiate certificates?

Even with all of the documentation available instructing me how to configure WCF to allow certificates over SSL, I'm having a hard time discerning where IIS' responsibilities lie and where the WCF's ...
1
vote
1answer
75 views

How to protect calls to web services from being visible

im using silverlight 5 and WCF .. and the site is secured with HTTPS . however if i use fiddler , i can see this in the headers: GET /ClientBin/XXXX-Web-MyService.svc/binary/GetUsers if i put that ...
2
votes
1answer
206 views

Not able to run WCF https web service

I have created a WCF HTTP self hosted web service. Now i want to convert it into HTTPS. So i followed the following points: Followed this page to create a certificates and bind it to a specific port. ...
0
votes
0answers
217 views

WCF Web Service client with Client Certificates

I'm having a heck of a time getting my client certificates to be found with a third party web service that I am using. here are the details: The server certificate for the web service is derived ...
0
votes
2answers
272 views

Enable SSL binding for self-hosted WCF service

I run a self-hosted WCF service which I want to protect with self-signed SSL certificate. For that to work I need to bind this SSL certificate with certain port. There are couple ways of doing it: ...
0
votes
1answer
204 views

Using MakeCert to Create a Valid Production Client Certificate to Authenticate WCF

I purchased a real SSL certificate to authenticate my computer and the domain I am hosting some WCF services under. How can I use MakeCert to create a client certificate signed by this authentic ...
0
votes
0answers
67 views

Error: The identity check failed for the outgoing message

I have made a WCF service to consume a secured web service (the WCF service will act as a client to the web service). There are three endpoints for development, staging, and production. To connect to ...
0
votes
1answer
221 views

Consuming WCF service over https

I need to consume a web service exposed through a https connection, this service is managed by a client who gave me the certificate (.pfx) and is password, so I need to call an operation on this ...
0
votes
0answers
96 views

Secure WCF service with certificate

Error Detail : The SSL settings for the service 'SslRequireCert' does not match those of the IIS 'None'. Server config file: <system.serviceModel> <services> <service ...
0
votes
0answers
66 views

What security setup for IIS hosted application calling IIS hosted wcf service?

My situation looks like this: I have a web application hosted in IIS-7 across multiple servers, and a WCF service hosted on a separate server also in IIS-7. I've been wracking my brain originally ...
0
votes
1answer
372 views

Using SSL with WP7, WCF service and Azure

I'm trying to connect to my azure WCF service using an SSL certificate. I've seen a good few tutorials talking about changing the 'binding' properties in the web.config file but the tutorial I ...

1 2 3 4
15 30 50 per page