On Wed, Mar 21, 2001 at 09:40:12AM -0800, John Denney wrote:
> On my sun machine, /usr/include/errno.h included
> /usr/include/sys/errno.h which has:
> 
>       #define EPIPE   32      /* Broken pipe  */ 
> 
> But I don't have a clue why your pipe would be broken.

EPIPE occurs when the server side closes the connection. Maybe the
port is protected by tcp-wrapper, meaning that the connection is opened
first and then closed again seconds later without any network traffic
actually taking place.

Just a guess,
        Lutz

> 
> Darrin Powell wrote:
> > 
> > I am setting up IMAP to use SSL. I recieve this error when I try to connect to
> > port 993. Does anyone know what my problem could be?
> > 
> > [root@powell rsaref-2.0]# openssl s_client -host mail.uiop.net -port 993
> > CONNECTED(00000003)
> > write:errno=32
> > 
> > Thanks in advance
> > Darrin
> > ______________________________________________________________________
> > OpenSSL Project                                 http://www.openssl.org
> > User Support Mailing List                    [EMAIL PROTECTED]
> > Automated List Manager                           [EMAIL PROTECTED]
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]

-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to