The proprietary server is using a VeriSign TEST CA certificate. When I
use these test certificates, I install the VeriSign Test CA certificate
into my Trusted Root Certificate Store in Internet Explorer. I do this
on both the proprietary server machine, and the machine from which
WinHttp is executed from (an IIS WebServer).
So my question is what do I need to do so that WinHttp also trusts the
VeriSign Test CA?? It obviously doesn't seem like it trusts it in my
current configuration.
Thanks,
Steve
Try installing the root certificate in "Local Computer, Trusted Root
Certification Authorities" store on your IIS WebServer. This way your
application will have access to it. You can do this by using MMC
Certificates snap-in.
Regards,
Nesho Neshev
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
"Steve Vlcan" <svl...@bionetrix.com> wrote in message
news:3DB0727C...@bionetrix.com...
Thanks for the solution!
Steve