My JSS client is not happy with my server cert (it turns out that it's expired) but the reason code it gets back is '-8181'. This code does not map to an error message in SSLCertificateApprovalCallback.ValidityStatus.
So 2 questions from this: 1. I could not figure out what '-8181' maps to in sslerr.h (which is where the NSS error code live)... 2. Should I add the new reason with the SSLCertificateApprovalCallback.ValidityStatus.addReason method? -- P
