Ask a Question related to ASP.NET Web Services, Design and Development.
-
Bob #1
Access denied when IIS set to require client certificate
I'm building a .NET web service which requires client certificate for strong
security. I set IIS to require SSL and client certificate (under site
properties in IIS admin, Directory Security tab, Secure Communication,
Edit... button. then check Require Secure Channel and Require Client
Certificates). Then in my client side code, I add my client certificate to
the property HttpWebClientProtocol.Certificates. However, I keep getting a
"Access Forbidden" error (System.Net.WebException) when I run the client,
which is a .NET Windows application.
I know the client certificate is good, because when I access the site from
IE, it prompts me for a client certificate, and it goes through ok after I
select the certificate. Also I know the cleint certificate is valid and
seems to be sent over to the server, as I created another web service to
only take signed SOAP message using the client certificate (with WSE 1.0),
and it correctly recognize the signiture. Seems to me the .NET part works
fine, but for whatever reason IIS can't seem to recognize the client
certificate sent over. As soon as I uncheck "Require Client Certificate" in
IIS, the call goes through (so the server SSL is good too).
I have exhausted everything I can think of. Can anyone give me some
suggestions?
Thanks a lot
Bob
Bob Guest
-
Require SSL certificate
Hi, i am hoping to get some advice on the best way to achieve the following. I have a website and a security certificate, i install the... -
Client Certificate and Code Access Security
Hi, I am implementing a IIS deployed client (Windows Forms) that accesses a web service on the same server. I want to use client certificates for... -
ASP.Net using a Client Certificate on IIS 6.0
I have an ASP.Net application application that uses a client certificate to communicate to a third party. Now, in Win2K, to install the Class 1... -
XML Web Service Client Deployment Failu401 Access Denied
I am new to web service. My goal is to create a simple web service, and a web service client to test the web service. When I created a web... -
client certificate
Hi, I have this problem: I use windows 2003 iis6 and framework. I installed some web service with client certification required but if i ask the...



Reply With Quote

