Re: [ADVANCED-DOTNET] HttpWebRequest With SSL, Problem while deploying to IIS

2008-07-17 Thread Asif Raza Ashraf
Hi Steve, Thanks for the reply, In the General Tab there is no error and it has the Text Under This Certificate is Intended for the following purposes: "All application policies" On the Details Tab I didn't find any CRL Distribution Points. but there is a Key Usage field which says "Digital Sig

Re: [ADVANCED-DOTNET] HttpWebRequest With SSL, Problem while deploying to IIS

2008-07-17 Thread Steve Johnson
1 - Is the issuer of the client cert trusted on the server? 2 - Is the CRL Distribution Point (CDP) accessible to the server? To test, export your client cert to a .cer file and copy it to the server. You can then double-click it and view the properties. Ensure no errors are indicated on the "Gen

[ADVANCED-DOTNET] HttpWebRequest With SSL, Problem while deploying to IIS

2008-07-16 Thread Asif Raza Ashraf
Hi, In one of my Asp.Net 2.0 application i have to retrieve the data from other server which is using the SSL Client certificates to authenticate. to accomplish this i have used the HttpWebRequest and pass the SSL Certificate to it, and it works fine while running the project from the Visual Studi