J
J F via .NET 247
Is there a problem with the SSPI status code:
CertCN_NO_MATCH=0x800B010FL
in ICertificatePolicy.CheckValidationResult?
The method catches a CertUNTRUSTEDROOT problem just fine, but if my server name does not match the CN in the cert, the method is not called (at all!) as I would expect it to, with the CertCN_NO_MATCH code.
This is a .NET client, written in C#, hitting up a webserver via SSL.
I could not find any bug report on this.
Regards,
-joel
CertCN_NO_MATCH=0x800B010FL
in ICertificatePolicy.CheckValidationResult?
The method catches a CertUNTRUSTEDROOT problem just fine, but if my server name does not match the CN in the cert, the method is not called (at all!) as I would expect it to, with the CertCN_NO_MATCH code.
This is a .NET client, written in C#, hitting up a webserver via SSL.
I could not find any bug report on this.
Regards,
-joel