[tpop3d-discuss] Other TLS issue

Angel Marin anmar at gmx.net
Wed, 13 Nov 2002 21:00:06 +0100


OE 4 is a buggy SSL client and it needs four connections to establish a SSL
session.

 1. SSL_accept: no shared cipher
 2. SSL_accept: unknown protocol
 3. SSL_accept: no shared cipher (again)
 4. SSL connection is finally established

As far as I remember setting some of the  SSL_OP_..._BUG options (or all of
them SSL_OP_ALL) of the SSL_CTX object solved this. I suppose this options
solve more issues, but OE4 one is what I see on my logs. Not sure if there
were more things to do for solving this, sorry but my memory is not what it
used to be)

Angel.