On Mon, Sep 10, 2012, Mithun Kumar wrote:

> 
> I have a challenge befor me where i have to debug a SSL handshake failure.
> Client has OpenSSL libraries and Server is Microsoft SQL Server. I cant
> sniff the packets using WireShark nor can i enable server logs. All i can
> do i enable client logging. Any suggestions how to enable OpenSSL logging?
> 
> I have enabled API calls "err_error_string_n" and
> "err_peek_error_line_data" to get the error information. Any suggestions?
> 

There is a new feature in the development version of OpenSSL only (CVS HEAD).
If you compile OpenSSL with "enable-ssl-trace" and use the -trace flag to
s_client or s_server it will print out a lot of useful debugging information.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to