Hi all,
 
I'm new in OpenSSL code, and I'm trying to connect to an https server using the following code:
 GFX_ASSERT(_conn != NULL);
 int rc = SSL_connect(_conn);
 
 if (rc == -1)
  {
    Http::logger()->logError(BSERR_STD_INTERNAL, 0,
      "SSL: Couldn't connect (rc=%ld, ssl-rc=%ld)     Error in socket - %d",
       ERR_get_error(), SSL_get_error(_conn, rc), errno);
    return false;
  }
 
The following error is returned:
SSL: Couldn't connect (rc=336031996, ssl-rc=5)     Error in socket - 0
 
I don't know where the problem is, so if anybody has any idea... just tell me and I'll try it.
 
Thanks in advance,
Monica



Nuevo Correo Yahoo!

Reply via email to