D
DerekJMiller1
We are having an issue with using a client certificate for authentication on
an HTTPS POST using WebClient related classes.
We are getting the certificate from the protected certificate store. This
seems to work OK, but the certificate is not presented as a valid certificate
to IIS at the other end (it doesn't get past IIS's certificate checks - using
Require Client Certificate).
If we turn off require client certificate, it gets to our code, but no
certificate is in the request.
It appears that somewhere in the guts of HTTPRequest, the certificate is not
transmitted over the wire (correctly?).
Note that even when using SOAP web services, we still have this issue.
If anybody can point us to some sample code demonstrating how to use a
client certificate for an HTTP post or any other assistance, it would be
appreciated.
Thanks
an HTTPS POST using WebClient related classes.
We are getting the certificate from the protected certificate store. This
seems to work OK, but the certificate is not presented as a valid certificate
to IIS at the other end (it doesn't get past IIS's certificate checks - using
Require Client Certificate).
If we turn off require client certificate, it gets to our code, but no
certificate is in the request.
It appears that somewhere in the guts of HTTPRequest, the certificate is not
transmitted over the wire (correctly?).
Note that even when using SOAP web services, we still have this issue.
If anybody can point us to some sample code demonstrating how to use a
client certificate for an HTTP post or any other assistance, it would be
appreciated.
Thanks