Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Client Certificates and Web Services

Reply
Thread Tools

Client Certificates and Web Services

 
 
Write2Me
Guest
Posts: n/a
 
      06-23-2005
The problem I am experiencing is getting the .Net framework to recognize
client certificates while executing code on the client.

I have an ASP.NET web service application written that requires a client
certificate when making a web method request. This web service works
fine when called from a web browser, taking advantage of the simple test
pages the ASP.Net framework provides.

I wrote a client side, web service test harness as a .Net Console
application. I’ve been racking my brain trying to get this to work.
Specifically, the error is a 403 HTTP status back from the server.

The only comments I could find searching the web and Usenet regarding
this problem I am experiencing are contained here:
http://tinyurl.com/7k2l2

This web log really does not provide a solution and the writing is a bit
unclear, at least to me. Whether I pass in a .cer file or a .pfx file
to X509Certificate.CreateFromSignedFile(), a 403 error results.
Stepping through my code, after creating an instance of the .Net
X509Certificate object, its properties are null.

The pfx file contains the private key of course, but it is *always*
password protected, even when strong protection is not implemented.
Perhaps I’m missing something. Any help give is appreciated. Thanks!
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
python xmlrpc client with ssl client certificates and standard modules News123 Python 9 02-15-2012 01:04 PM
Certificates and web services scot_m@hotmail.com ASP .Net Security 1 02-01-2007 03:13 PM
How .NET web services client handles exceptions from Java web services? John ASP .Net Web Services 4 03-31-2006 10:13 PM
Are SSL certificates and x.509 certificates the same? n33470 ASP .Net Web Services 0 12-14-2005 03:30 PM
Self-issued certificates and commercial certificates. Lord Amoeba Computer Security 2 05-05-2004 01:40 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57