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; }
pgpptwZGiavbN.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. 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