From: Bodo Moeller <[EMAIL PROTECTED]>
moeller> On Mon, Dec 06, 1999 at 09:14:17PM +0100, Jakub Nantl wrote:
moeller>
moeller> > When connecting to secure2.ibill.com I've got following error:
moeller> >
moeller> > ./openssl s_client -connect secure2.ibill.com:443
moeller> > CONNECTED(00000003)
moeller> > write:errno=104
moeller> >
moeller> > What does it mean ??
moeller>
moeller> Look in /usr/include/errno.h, /usr/include/sys/errno.h or some other
moeller> file included by one of these (depending on your system).
moeller> Probably it's ECONNRESET.
In cases like this, I'd recommend that you state which Unix
implementation you're talking about. The reason is that errno's vary
wildly between them, and is therefore not trustable numerically.
(There are places where errno's are passed between computers, which
can be disastrous. For example, AFS file servers pass on their errno
to AFS clients. If server and client are on different platforms. the
error messages can be very confusing)
--
Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken \ S-161 43 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]