Client Certificate not reaching server
From: NRao (NRao_at_discussions.microsoft.com)
Date: 10/12/04
- Next message: George: "encrypting hash values generated from files"
- Previous message: Rajiv: "HTTP Protocol Violation Underlying connection to server closed err"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: Client Certificate not reaching server"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: Client Certificate not reaching server"
- Reply: NRao: "RE: Client Certificate not reaching server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 12 Oct 2004 09:29:05 -0700
Hello Everbody,
I have a class lib which is accessing a .aspx on web through httpwebrequest
and sending xml through post method. Server people provided me a .cer file. I
am adding that certificate file to httpwebrequest. But their side they do not
find the certificate. I tried following ways
1) Convert the .cer file into binary
2) Imported the .cer file into Certificate store(localcomputer/current user)
and exported the certificate into DER format .cer file and tried
CreateFromCertFile() method.
Can anybody please point right way
Also I have few questions.
1) what preventing the certificate to reach server?
2)I added the certificate to httpwebrequest and sent to my test site and
there I checked Request.ClientCertificate.IsPresent. But I always get false.
Why So? Even if it is not valid certificate should present. right?
- Next message: George: "encrypting hash values generated from files"
- Previous message: Rajiv: "HTTP Protocol Violation Underlying connection to server closed err"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: Client Certificate not reaching server"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: Client Certificate not reaching server"
- Reply: NRao: "RE: Client Certificate not reaching server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|