Re: [courier-users] SSL3_GET_RECORD:wrong version number with iPhone
Brought to you by:
mrsam
|
From: David E. W. <da...@ki...> - 2008-03-31 17:04:36
|
On Mar 30, 2008, at 22:49, Martin Schuster (IFKL IT OS DSM CD) wrote: > protocol && strcmp(protocol, "SSL3") == 0 ? > SSLv3_method(): > + protocol && strcmp(protocol, "SSL23") == 0 ? > SSLv23_method(): > TLSv1_method()); > > if (!ctx) > > (you have to "apt-get source courier-imap", apply the patch and > recompile -- > ask google how to rebuild packages with Debian if you need > instructions :) Looks like that patch is already in 4.1.3-2ubuntu2, which was downloaded to courier-0.56.0. :-( Thanks, David |