Hi,

Im new to SSL and Im having trouble with RC4-128 encrypted sites. Im hoping
that its just be a problem with my certificates. If I force it to bypass
this code its okay:


 i=ssl_verify_cert_chain(s,sk);
 if ((s->verify_mode != SSL_VERIFY_NONE) && (!i))
  {
  al=ssl_verify_alarm_type(s->verify_result);
  SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,SSL_R_CERTIFICATE_VERIFY_FAILED);
  goto f_err;
  }


This code is in the function ssl3_get_server_certificate(), in the file
s3_clnt.c.

So, does this look like a certificate problem?


Thanks for any help.


Terry
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to