I can't really find a specification that clearly states that this is the case but I've modified 1.3.x to enforce SSLv2/SSLv3 for "ssl-port" connections and TLSv1 for STARTTLS connections.
What I'd like to know, tho, is why "ssl-port" works fine for me for both POP and IMAP and not for you. *shrug* Jeff On Thu, 2003-02-27 at 08:44, Steve Murphy wrote: > Sorry-- I'm too busy with other things to go investigate > the source! But this should be an easy one to > answer-- > > I' having trouble getting a pop3 SSL connection. I wrote the pop3 guys > (Crispin), and he asks: > > <date> <time> <machine> ipop3d[pid]: SSL error status: > > error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number > > This sounds like your POP3 client is trying to negotiate the wrong type > of > encryption. > > Are you trying to do a TLS (port 110, STLS command) or an SSL (port 995) > connection? > > For TLS, the client must use the TLSv1 method. > > For SSL, the client must use the SSLv23 method. > > > > _______________________________________________ > evolution-hackers maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/evolution-hackers -- Jeffrey Stedfast Evolution Hacker - Ximian, Inc. [EMAIL PROTECTED] - www.ximian.com _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
