Greg, ssldump gives u the dump of ssl data being send from your system. it gives u information like ssl handshake negotiation of all connections... the best way to overcome the error would be to debug your program using gdb.
you can download the ssldump from http://freshmeat.net/projects/ssldump/?topic_id=44%2C150%2C43 man page of ssldump http://www.rtfm.com/ssldump/Ssldump.html Cheers, ganesh On Thu, 08 Aug 2002 Greg Duclos wrote : >Ganesh, > >Thanks for your response. I expected that the return code would >be a >negative number. However, I don't even get to that point as >the >program terminates before I get the result. How do I use >ssldump? Can >I use it after the fact? > >Greg > >On 7 Aug 2002 22:24:44 -0000, "ganesh kumar godavari" ><[EMAIL PROTECTED]> said: > > > > hello, > > what error message are u getting? this link might help u >in > > getting the error messages > > http://www.openssl.org/docs/ssl/SSL_write.html# > > > > most probable reason is the connection is terminated either by >the > > client or server. use ssldump and analyse the flow. > > > > Cheers, > > ganesh > > > > > > On Thu, 08 Aug 2002 Greg Duclos wrote : > > >Hi all, > > > > > >I'm having some problems with an ssl_write. When the client >and > > >server > > >are both up, the system works fine. If I take the server >down, > > >and my > > >client attempts to perform a write, I get one of two >behaviors: > > > > > >1. The program terminates abnormally > > >2. The first write appears to succeed, and then on the >second > > >write, > > >the program terminates abnormally. > > > > > >Any help would be appreciated. > > > > > >Thanks! > > >-- > > > Greg Duclos > > > [EMAIL PROTECTED] > > > >______________________________________________________________________ > > >OpenSSL Project > > >http://www.openssl.org > > >User Support Mailing List > > >[EMAIL PROTECTED] > > >Automated List Manager > > >[EMAIL PROTECTED] > > > > __________________________________________________________ > > Give your Company an email address like > > ravi @ ravi-exports.com. Sign up for Rediffmail Pro today! > > Know more. http://www.rediffmailpro.com/signup/ > > > > >______________________________________________________________________ > > OpenSSL Project >http://www.openssl.org > > User Support Mailing List >[EMAIL PROTECTED] > > Automated List Manager >[EMAIL PROTECTED] > > > >-- > Greg Duclos > [EMAIL PROTECTED] >______________________________________________________________________ >OpenSSL Project >http://www.openssl.org >User Support Mailing List >[EMAIL PROTECTED] >Automated List Manager >[EMAIL PROTECTED] __________________________________________________________ Give your Company an email address like ravi @ ravi-exports.com. Sign up for Rediffmail Pro today! Know more. http://www.rediffmailpro.com/signup/ ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]