Re: CERT_VerifyCertNow fails

2007-05-26 Thread Nelson Bolyard
tificate. The call to CERT_VerifyCertNow fails with > error code -8156 (SEC_ERROR_CA_CERT_INVALID). > Any idea what is wrong ? In order for a cert (chain) to be valid for use in SSL, the cert must either be issued by a trusted issuer (a trusted CA), or must itself be a trusted server cert. All trust i

CERT_VerifyCertNow fails

2007-05-25 Thread John Smith
Hi All, I am trying to run NSS SSL sample program with a self signed test certificate. I modified the client program to initialize using NSS_NoDB_Init instead of NSS_Init. An error occurs on the client side when validating the certificate. The call to CERT_VerifyCertNow fails with error code