> ---------- Forwarded message ---------- > From: Sam Varshavchik <[EMAIL PROTECTED]> > To: courier-imap@lists.sourceforge.net > Date: Mon, 07 Apr 2008 19:41:32 -0400 > Subject: Re: [Courier-imap] Log shows "couriertls: accept: error:140D9115..." > Ian Dawson writes: > > > > The Courier imap log is showing the following error : > > > > couriertls: accept: error:140D9115:SSL > > routines:SSL_GET_PREV_SESSION:session id context uninitialized > > > > when a particular account (which is not different from any other > > accounts on the server) tries to connect. Other accounts using the > > same TLS setting have no issues. TLS Cachefile is set and available. > > > > Any ideas anyone? > > > > Can you try applying the following patch: > > diff -U3 -r1.24 libcouriertls.c > --- tcpd/libcouriertls.c 13 Mar 2008 01:28:33 -0000 1.24 > +++ tcpd/libcouriertls.c 7 Apr 2008 23:40:32 -0000 > @@ -686,6 +686,8 @@ > fprintf(stderr, "INFO: TLSCACHE: session %s\n", > wi.ret ? "found":"not found"); > #endif > + if (wi.ret) > + SSL_set_session_id_context(ssl, id, id_len); > return wi.ret; > } > Thanks Sam,
That seems to have solved the problem - can now see the borken account and no more log messages. Regards Ian ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Courier-imap mailing list Courier-imap@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap