cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl with openssl on Amiga

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 14 Jan 2016 21:45:09 +0100 (CET)

On Thu, 14 Jan 2016, Norbert Kett via curl-library wrote:

> == Info: Unknown SSL protocol error in connection to
> accounts.google.com:443

This means OpenSSL's SSL_connect() call returned an error, and when we extract
the detailed error from OpenSSL with ERR_get_error() it return no error so it
is "unknown".

I don't know why OpenSSL returns an error there. Does it work on any site? If
you run the openssl command line client, does that work?

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2016-01-14