Posted on: 8/4/2012 11:08:30 AM | Views : 878

Mods if this is in the wrong forum, please move it for me.  I couldn't figure out the best forum for this.
I received a cert from these guys.  I have imported the cert into my local IIS and query it from the store as follows:
Dim certColl As X509Certificate2Collection = store.Certificates.Find(X509FindType.FindByThumbprint, "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", False)
I find the cert and later attach it to the request:           
dserv.ClientCertificates.Add(cert)
The 3rd party service has looked in their logs and says I am not sending the cert with the request.  Here's what Fiddler shows as my REQUEST:
HTTP/1.1 200 Connection Established
FiddlerGateway: Direct
StartTime: 15:42:24.140
Connection: close
Encrypted HTTPS traffic flows through this CONNECT tunnel. HTTPS Decryption is en ...

Go to the complete details ...