> When I try to make an SSL connection, it fails.  When I try to 
> get the text,
> this is the best I can get.  Is there any way to get any clearer 
> of an error
> message?
> 
> error:00000006:lib(0):func(0):reason(6)

Make sure your code is calling SSL_load_error_strings().  Use
ERR_get_error() to get the unsigned long error number and feed
it to ERR_error_string() to get the expanded error string.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to