From: Matthias A. <mat...@gm...> - 2007-07-24 23:52:41
|
Beau James schrieb: > In the meantime, I downloaded and installed the source package, built > it myself, and tried to run the version I had built. I worked through > a number of issues but then ran into SSL errors: > > fetchmail: starting fetchmail 6.3.8 daemon > 25839:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_cl > nt.c:567: > fetchmail: SSL connection failed. > fetchmail: socket error while fetching from bj...@em... > fetchmail: Query status=2 (SOCKET) > fetchmail: sleeping at Sun Jul 22 21:24:36 2007 for 300 seconds This looks like fetchmail talking SSL to a non-SSL port. Note that TLS is not the same as SSL; TLS starts in cleartext and negotiate SSL while there has been some protocol chit-chat, and SSL starts with the SSL negotiation right away. TLS and SSL also use separate ports. TLS uses the regular 110/143 for POP3/IMAP, SSL uses 995/993 for POP3/IMAP. HTH Matthias |