<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: TLS_PROTOCOL, &#8220;SSL3_GET_RECORD:wrong version number&#8221; and how to troubleshoot a borked Courier IMAP SSL setup.</title>
	<atom:link href="http://trevorturk.wordpress.com/2009/03/10/tls_protocol-ssl3_get_recordwrong-version-number-and-how-to-troubleshoot-a-borked-courier-imap-ssl-setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://trevorturk.wordpress.com/2009/03/10/tls_protocol-ssl3_get_recordwrong-version-number-and-how-to-troubleshoot-a-borked-courier-imap-ssl-setup/</link>
	<description>A chess-playing machine of the late 18th century, promoted as an automaton but later proved a hoax.</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:13:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Luis V</title>
		<link>http://trevorturk.wordpress.com/2009/03/10/tls_protocol-ssl3_get_recordwrong-version-number-and-how-to-troubleshoot-a-borked-courier-imap-ssl-setup/#comment-835</link>
		<dc:creator><![CDATA[Luis V]]></dc:creator>
		<pubDate>Wed, 11 Mar 2009 22:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1211#comment-835</guid>
		<description><![CDATA[Thanks for help me...
 

 
I&#039;m resolved the problem, the server firewall was blocking the imap-ssl port...
 

 
I&#039;m happy now... ]]></description>
		<content:encoded><![CDATA[<p>Thanks for help me&#8230;</p>
<p>I&#039;m resolved the problem, the server firewall was blocking the imap-ssl port&#8230;</p>
<p>I&#039;m happy now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis V</title>
		<link>http://trevorturk.wordpress.com/2009/03/10/tls_protocol-ssl3_get_recordwrong-version-number-and-how-to-troubleshoot-a-borked-courier-imap-ssl-setup/#comment-834</link>
		<dc:creator><![CDATA[Luis V]]></dc:creator>
		<pubDate>Wed, 11 Mar 2009 16:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1211#comment-834</guid>
		<description><![CDATA[Maybe SSL23 is not supported in my version of couriertls:
 

 
# sudo grep SSL3 /usr/bin/couriertls
 
Coincidencia en el fichero binario /usr/bin/couriertls Binary file /usr/bin/couriertls matches
 
# sudo grep SSL23 /usr/bin/couriertls
 
# 
 

 
Nothing... ]]></description>
		<content:encoded><![CDATA[<p>Maybe SSL23 is not supported in my version of couriertls:</p>
<p># sudo grep SSL3 /usr/bin/couriertls</p>
<p>Coincidencia en el fichero binario /usr/bin/couriertls Binary file /usr/bin/couriertls matches</p>
<p># sudo grep SSL23 /usr/bin/couriertls</p>
<p># </p>
<p>Nothing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis V</title>
		<link>http://trevorturk.wordpress.com/2009/03/10/tls_protocol-ssl3_get_recordwrong-version-number-and-how-to-troubleshoot-a-borked-courier-imap-ssl-setup/#comment-833</link>
		<dc:creator><![CDATA[Luis V]]></dc:creator>
		<pubDate>Wed, 11 Mar 2009 16:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1211#comment-833</guid>
		<description><![CDATA[Hello,
 

 
In my /etc/courier/imapd-ssl I change:
 
TLS_PROTOCOL=SSL3
 

 
to
 

 
TLS_PROTOCOL=SSL23
 

 
I don&#039;t have any result...
 

 
In main.cf I add your code, but nothing happen, I have this error with IPOD to...
 

 
I need configure /etc/postfix/master.cf ? ]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>In my /etc/courier/imapd-ssl I change:</p>
<p>TLS_PROTOCOL=SSL3</p>
<p>to</p>
<p>TLS_PROTOCOL=SSL23</p>
<p>I don&#039;t have any result&#8230;</p>
<p>In main.cf I add your code, but nothing happen, I have this error with IPOD to&#8230;</p>
<p>I need configure /etc/postfix/master.cf ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy O&#039;Conne</title>
		<link>http://trevorturk.wordpress.com/2009/03/10/tls_protocol-ssl3_get_recordwrong-version-number-and-how-to-troubleshoot-a-borked-courier-imap-ssl-setup/#comment-832</link>
		<dc:creator><![CDATA[Timothy O&#039;Conne]]></dc:creator>
		<pubDate>Wed, 11 Mar 2009 15:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1211#comment-832</guid>
		<description><![CDATA[First, I&#039;d check your /etc/courier/imap-ssl file to make sure it has these directives:&lt;pre&gt;IMAP_TLS_REQUIRED=0
 
COURIERTLS=/usr/bin/couriertls
 
TLS_PROTOCOL=SSL23
 
TLS_STARTTLS_PROTOCOL=TLS1&lt;/pre&gt;
 

 
Then, if that doesnt&#039;t work, I&#039;d try these directives in your main.cf and see if you have any luck: &lt;pre&gt;smtpd_tls_security_level = may
 
tls_cipher_list = all
 
smtpd_use_tls = yes
 
smtpd_tls_auth_only = yes&lt;/pre&gt; 
 
 
 
If you still get the same errors, maybe try a different client (e.g. thunderbird or kmail) and see what happens. ]]></description>
		<content:encoded><![CDATA[<p>First, I&#039;d check your /etc/courier/imap-ssl file to make sure it has these directives:&lt;pre&gt;IMAP_TLS_REQUIRED=0</p>
<p>COURIERTLS=/usr/bin/couriertls</p>
<p>TLS_PROTOCOL=SSL23</p>
<p>TLS_STARTTLS_PROTOCOL=TLS1&lt;/pre&gt;</p>
<p>Then, if that doesnt&#039;t work, I&#039;d try these directives in your main.cf and see if you have any luck: &lt;pre&gt;smtpd_tls_security_level = may</p>
<p>tls_cipher_list = all</p>
<p>smtpd_use_tls = yes</p>
<p>smtpd_tls_auth_only = yes&lt;/pre&gt; </p>
<p>If you still get the same errors, maybe try a different client (e.g. thunderbird or kmail) and see what happens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis V</title>
		<link>http://trevorturk.wordpress.com/2009/03/10/tls_protocol-ssl3_get_recordwrong-version-number-and-how-to-troubleshoot-a-borked-courier-imap-ssl-setup/#comment-831</link>
		<dc:creator><![CDATA[Luis V]]></dc:creator>
		<pubDate>Wed, 11 Mar 2009 14:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1211#comment-831</guid>
		<description><![CDATA[The server log say it:
 
The server log say it:
 

 
Mar 11 15:39:07 vzla imapd: Connection, ip=[::ffff:xxx.xxx.xxx.13]
 
Mar 11 15:39:08 vzla imapd: couriertls: accept: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
 
Mar 11 15:39:08 vzla imapd: Disconnected, ip=[::ffff:xxx.xxx.xxx.13], time=1, starttls=1 ]]></description>
		<content:encoded><![CDATA[<p>The server log say it:</p>
<p>The server log say it:</p>
<p>Mar 11 15:39:07 vzla imapd: Connection, ip=[::ffff:xxx.xxx.xxx.13]</p>
<p>Mar 11 15:39:08 vzla imapd: couriertls: accept: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number</p>
<p>Mar 11 15:39:08 vzla imapd: Disconnected, ip=[::ffff:xxx.xxx.xxx.13], time=1, starttls=1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis V</title>
		<link>http://trevorturk.wordpress.com/2009/03/10/tls_protocol-ssl3_get_recordwrong-version-number-and-how-to-troubleshoot-a-borked-courier-imap-ssl-setup/#comment-830</link>
		<dc:creator><![CDATA[Luis V]]></dc:creator>
		<pubDate>Wed, 11 Mar 2009 14:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1211#comment-830</guid>
		<description><![CDATA[I use Evolution Mail in Ubuntu, I access to my mail if I use TLS, or not secure; SSL not respond.
 

 
Look this is my error:
 
# openssl s_client -verify 3 -showcerts -connect 192.168.1.47:imap -starttls imap -ssl3
 

 
verify depth is 3
 
CONNECTED(00000003)
 
19978:error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure:s3_pkt.c:1053:SSL alert number 40
 
19978:error:1409E0E5:SSL routines:SSL3_WRITE_BYTES:ssl handshake failure:s3_pkt.c:530:
 

 
--
 

 
# openssl s_client -verify 3 -showcerts -connect 192.168.1.47:imap -starttls imap -ssl2
 
verify depth is 3
 
CONNECTED(00000003)
 
write:errno=104
 

 

 
# netstat -tanpu
 
Active Internet connections (servers and established)
 
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   
 
tcp        0      0 127.0.0.1:60000         0.0.0.0:*               LISTEN     2186/postgrey.pid - 
 
tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN     2125/mysqld         
 
tcp        0      0 0.0.0.0:81              0.0.0.0:*               LISTEN     2714/ispconfig_http 
 
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN     3028/proftpd: (acce 
 
tcp        0      0 192.168.1.47:53         0.0.0.0:*               LISTEN     3007/named          
 
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN     3007/named          
 
tcp        0      0 0.0.0.0:4949            0.0.0.0:*               LISTEN     2563/munin-node     
 
tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN     3007/named          
 
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN     2975/master         
 
tcp6       0      0 :::993                  :::*                    LISTEN     3971/couriertcpd    
 
tcp6       0      0 :::995                  :::*                    LISTEN     2304/couriertcpd    
 
tcp6       0      0 :::110                  :::*                    LISTEN     2290/couriertcpd    
 
tcp6       0      0 :::143                  :::*                    LISTEN     3952/couriertcpd    
 
tcp6       0      0 :::80                   :::*                    LISTEN     2889/apache2        
 
tcp6       0      0 :::22                   :::*                    LISTEN     2417/sshd           
 
tcp6       0      0 ::1:953                 :::*                    LISTEN     3007/named          
 
tcp6       0      0 :::25                   :::*                    LISTEN     2975/master         
 
tcp6       0      0 :::443                  :::*                    LISTEN     2889/apache2        
 
tcp6       0   1728 ::ffff:192.168.1.47:22  ::ffff:192.168.1.:50546 ESTABLISHED2465/0              
 
tcp6       0      0 ::ffff:192.168.1.47:22  ::ffff:192.168.1.:60916 ESTABLISHED3499/1              
 
udp        0      0 0.0.0.0:1026            0.0.0.0:*                          3007/named          
 
udp        0      0 127.0.0.1:161           0.0.0.0:*                          2411/snmpd          
 
udp        0      0 192.168.1.47:53         0.0.0.0:*                          3007/named          
 
udp        0      0 127.0.0.1:53            0.0.0.0:*                          3007/named          
 
udp        0      0 192.168.1.47:123        0.0.0.0:*                          2471/ntpd           
 
udp        0      0 127.0.0.1:123           0.0.0.0:*                          2471/ntpd           
 
udp        0      0 0.0.0.0:123             0.0.0.0:*                          2471/ntpd           
 
udp6       0      0 :::1027                 :::*                               3007/named          
 
udp6       0      0 fe80::206:4fff:fe1d:123 :::*                               2471/ntpd           
 
udp6       0      0 ::1:123                 :::*                               2471/ntpd           
 
udp6       0      0 :::123                  :::*                               2471/ntpd           
 

 

 
# cat main.cf
 
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
 
biff = no
 
append_dot_mydomain = no
 
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
 
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
 
smtpd_use_tls = yes
 
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
 
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
 
myhostname = xxxx #my domain
 
alias_maps = hash:/etc/aliases
 
alias_database = hash:/etc/aliases
 
myorigin = /etc/mailname
 
relayhost = 
 
mynetworks = 127.0.0.0/8
 
mailbox_command = procmail -a &quot;$EXTENSION&quot;
 
mailbox_size_limit = 0
 
recipient_delimiter = +
 
inet_interfaces = all
 
inet_protocols = all
 
smtpd_sasl_local_domain = 
 
smtpd_sasl_auth_enable = yes
 
smtpd_sasl_security_options = noanonymous
 
broken_sasl_auth_clients = yes
 
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination,check_policy_service inet:127.0.0.1:60000
 
smtpd_tls_auth_only = no
 
smtp_use_tls = yes
 
smtp_tls_note_starttls_offer = yes
 
smtpd_tls_CAfile = /etc/postfix/ssl/bundle.crt
 
smtpd_tls_loglevel = 1
 
smtpd_tls_received_header = yes
 
smtpd_tls_session_cache_timeout = 3600s
 
tls_random_source = dev:/dev/urandom
 
virtual_maps = hash:/etc/postfix/usertable
 
mydestination = /etc/postfix/localnamesh
 

 

 
I&#039;m replace my domain for xxx ]]></description>
		<content:encoded><![CDATA[<p>I use Evolution Mail in Ubuntu, I access to my mail if I use TLS, or not secure; SSL not respond.</p>
<p>Look this is my error:</p>
<p># openssl s_client -verify 3 -showcerts -connect 192.168.1.47:imap -starttls imap -ssl3</p>
<p>verify depth is 3</p>
<p>CONNECTED(00000003)</p>
<p>19978:error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure:s3_pkt.c:1053:SSL alert number 40</p>
<p>19978:error:1409E0E5:SSL routines:SSL3_WRITE_BYTES:ssl handshake failure:s3_pkt.c:530:</p>
<p>&#8211;</p>
<p># openssl s_client -verify 3 -showcerts -connect 192.168.1.47:imap -starttls imap -ssl2</p>
<p>verify depth is 3</p>
<p>CONNECTED(00000003)</p>
<p>write:errno=104</p>
<p># netstat -tanpu</p>
<p>Active Internet connections (servers and established)</p>
<p>Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   </p>
<p>tcp        0      0 127.0.0.1:60000         0.0.0.0:*               LISTEN     2186/postgrey.pid &#8211; </p>
<p>tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN     2125/mysqld         </p>
<p>tcp        0      0 0.0.0.0:81              0.0.0.0:*               LISTEN     2714/ispconfig_http </p>
<p>tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN     3028/proftpd: (acce </p>
<p>tcp        0      0 192.168.1.47:53         0.0.0.0:*               LISTEN     3007/named          </p>
<p>tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN     3007/named          </p>
<p>tcp        0      0 0.0.0.0:4949            0.0.0.0:*               LISTEN     2563/munin-node     </p>
<p>tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN     3007/named          </p>
<p>tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN     2975/master         </p>
<p>tcp6       0      0 :::993                  :::*                    LISTEN     3971/couriertcpd    </p>
<p>tcp6       0      0 :::995                  :::*                    LISTEN     2304/couriertcpd    </p>
<p>tcp6       0      0 :::110                  :::*                    LISTEN     2290/couriertcpd    </p>
<p>tcp6       0      0 :::143                  :::*                    LISTEN     3952/couriertcpd    </p>
<p>tcp6       0      0 :::80                   :::*                    LISTEN     2889/apache2        </p>
<p>tcp6       0      0 :::22                   :::*                    LISTEN     2417/sshd           </p>
<p>tcp6       0      0 ::1:953                 :::*                    LISTEN     3007/named          </p>
<p>tcp6       0      0 :::25                   :::*                    LISTEN     2975/master         </p>
<p>tcp6       0      0 :::443                  :::*                    LISTEN     2889/apache2        </p>
<p>tcp6       0   1728 ::ffff:192.168.1.47:22  ::ffff:192.168.1.:50546 ESTABLISHED2465/0              </p>
<p>tcp6       0      0 ::ffff:192.168.1.47:22  ::ffff:192.168.1.:60916 ESTABLISHED3499/1              </p>
<p>udp        0      0 0.0.0.0:1026            0.0.0.0:*                          3007/named          </p>
<p>udp        0      0 127.0.0.1:161           0.0.0.0:*                          2411/snmpd          </p>
<p>udp        0      0 192.168.1.47:53         0.0.0.0:*                          3007/named          </p>
<p>udp        0      0 127.0.0.1:53            0.0.0.0:*                          3007/named          </p>
<p>udp        0      0 192.168.1.47:123        0.0.0.0:*                          2471/ntpd           </p>
<p>udp        0      0 127.0.0.1:123           0.0.0.0:*                          2471/ntpd           </p>
<p>udp        0      0 0.0.0.0:123             0.0.0.0:*                          2471/ntpd           </p>
<p>udp6       0      0 :::1027                 :::*                               3007/named          </p>
<p>udp6       0      0 fe80::206:4fff:fe1d:123 :::*                               2471/ntpd           </p>
<p>udp6       0      0 ::1:123                 :::*                               2471/ntpd           </p>
<p>udp6       0      0 :::123                  :::*                               2471/ntpd           </p>
<p># cat main.cf</p>
<p>smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)</p>
<p>biff = no</p>
<p>append_dot_mydomain = no</p>
<p>smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt</p>
<p>smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key</p>
<p>smtpd_use_tls = yes</p>
<p>smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache</p>
<p>smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache</p>
<p>myhostname = xxxx #my domain</p>
<p>alias_maps = hash:/etc/aliases</p>
<p>alias_database = hash:/etc/aliases</p>
<p>myorigin = /etc/mailname</p>
<p>relayhost = </p>
<p>mynetworks = 127.0.0.0/8</p>
<p>mailbox_command = procmail -a &quot;$EXTENSION&quot;</p>
<p>mailbox_size_limit = 0</p>
<p>recipient_delimiter = +</p>
<p>inet_interfaces = all</p>
<p>inet_protocols = all</p>
<p>smtpd_sasl_local_domain = </p>
<p>smtpd_sasl_auth_enable = yes</p>
<p>smtpd_sasl_security_options = noanonymous</p>
<p>broken_sasl_auth_clients = yes</p>
<p>smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination,check_policy_service inet:127.0.0.1:60000</p>
<p>smtpd_tls_auth_only = no</p>
<p>smtp_use_tls = yes</p>
<p>smtp_tls_note_starttls_offer = yes</p>
<p>smtpd_tls_CAfile = /etc/postfix/ssl/bundle.crt</p>
<p>smtpd_tls_loglevel = 1</p>
<p>smtpd_tls_received_header = yes</p>
<p>smtpd_tls_session_cache_timeout = 3600s</p>
<p>tls_random_source = dev:/dev/urandom</p>
<p>virtual_maps = hash:/etc/postfix/usertable</p>
<p>mydestination = /etc/postfix/localnamesh</p>
<p>I&#039;m replace my domain for xxx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy O&#039;Conne</title>
		<link>http://trevorturk.wordpress.com/2009/03/10/tls_protocol-ssl3_get_recordwrong-version-number-and-how-to-troubleshoot-a-borked-courier-imap-ssl-setup/#comment-829</link>
		<dc:creator><![CDATA[Timothy O&#039;Conne]]></dc:creator>
		<pubDate>Wed, 11 Mar 2009 13:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1211#comment-829</guid>
		<description><![CDATA[Well, it looks like the openssl package is probably not your problem. 
 

 
Assuming that you&#039;ve got the &quot;courier-imap-ssl&quot; package installed, you&#039;ll want to make sure that your mail server is configured correctly. Are you running postfix, by any chance? Because if you are, I might be able to help you out if your main.cf/master.cf are the source of your problem.
 

 
What exactly _is_ your problem, btw? Are you getting the &quot;wrong version number&quot; message when you try to log in? What client are you using? ]]></description>
		<content:encoded><![CDATA[<p>Well, it looks like the openssl package is probably not your problem. </p>
<p>Assuming that you&#039;ve got the &quot;courier-imap-ssl&quot; package installed, you&#039;ll want to make sure that your mail server is configured correctly. Are you running postfix, by any chance? Because if you are, I might be able to help you out if your main.cf/master.cf are the source of your problem.</p>
<p>What exactly _is_ your problem, btw? Are you getting the &quot;wrong version number&quot; message when you try to log in? What client are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis V</title>
		<link>http://trevorturk.wordpress.com/2009/03/10/tls_protocol-ssl3_get_recordwrong-version-number-and-how-to-troubleshoot-a-borked-courier-imap-ssl-setup/#comment-828</link>
		<dc:creator><![CDATA[Luis V]]></dc:creator>
		<pubDate>Wed, 11 Mar 2009 13:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1211#comment-828</guid>
		<description><![CDATA[Hello Timothy, thanks for reply...
 

 
# openssl ciphers
 
DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA:EDH-RSA-DES-CBC3-SHA:EDH-DSS-DES-CBC3-SHA:DES-CBC3-SHA:DES-CBC3-MD5:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA:AES128-SHA:RC2-CBC-MD5:RC4-SHA:RC4-MD5:RC4-MD5:EDH-RSA-DES-CBC-SHA:EDH-DSS-DES-CBC-SHA:DES-CBC-SHA:DES-CBC-MD5:EXP-EDH-RSA-DES-CBC-SHA:EXP-EDH-DSS-DES-CBC-SHA:EXP-DES-CBC-SHA:EXP-RC2-CBC-MD5:EXP-RC2-CBC-MD5:EXP-RC4-MD5:EXP-RC4-MD5
 

 
# dpkg -s courier-imap
 
Package: courier-imap
 
Status: install ok installed
 
Source: courier (0.53.3-5)
 
Version: 4.1.1.20060828-5
 

 
# dpkg -s openssl 
 
Package: openssl
 
Status: install ok installed
 
Version: 0.9.8c-4etch3
 

 
Thanks ]]></description>
		<content:encoded><![CDATA[<p>Hello Timothy, thanks for reply&#8230;</p>
<p># openssl ciphers</p>
<p>DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA:EDH-RSA-DES-CBC3-SHA:EDH-DSS-DES-CBC3-SHA:DES-CBC3-SHA:DES-CBC3-MD5:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA:AES128-SHA:RC2-CBC-MD5:RC4-SHA:RC4-MD5:RC4-MD5:EDH-RSA-DES-CBC-SHA:EDH-DSS-DES-CBC-SHA:DES-CBC-SHA:DES-CBC-MD5:EXP-EDH-RSA-DES-CBC-SHA:EXP-EDH-DSS-DES-CBC-SHA:EXP-DES-CBC-SHA:EXP-RC2-CBC-MD5:EXP-RC2-CBC-MD5:EXP-RC4-MD5:EXP-RC4-MD5</p>
<p># dpkg -s courier-imap</p>
<p>Package: courier-imap</p>
<p>Status: install ok installed</p>
<p>Source: courier (0.53.3-5)</p>
<p>Version: 4.1.1.20060828-5</p>
<p># dpkg -s openssl </p>
<p>Package: openssl</p>
<p>Status: install ok installed</p>
<p>Version: 0.9.8c-4etch3</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy O&#039;Conne</title>
		<link>http://trevorturk.wordpress.com/2009/03/10/tls_protocol-ssl3_get_recordwrong-version-number-and-how-to-troubleshoot-a-borked-courier-imap-ssl-setup/#comment-827</link>
		<dc:creator><![CDATA[Timothy O&#039;Conne]]></dc:creator>
		<pubDate>Wed, 11 Mar 2009 11:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1211#comment-827</guid>
		<description><![CDATA[Well, it depends on your distribution of course, but your openssl package is probably a.) damaged or b.) really, really old. 
 

 
What happens when you execute the &lt;pre&gt;# openssl ciphers&lt;/pre&gt; command?
 
 
 
If you get nothing or you&#039;re missing the SSL3 cipher and you&#039;re talking about a Debian system, I&#039;d say try &lt;pre&gt;# aptitude purge openssl &amp;&amp; aptitude install --reinstall openssl&lt;/pre&gt; ]]></description>
		<content:encoded><![CDATA[<p>Well, it depends on your distribution of course, but your openssl package is probably a.) damaged or b.) really, really old. </p>
<p>What happens when you execute the &lt;pre&gt;# openssl ciphers&lt;/pre&gt; command?</p>
<p>If you get nothing or you&#039;re missing the SSL3 cipher and you&#039;re talking about a Debian system, I&#039;d say try &lt;pre&gt;# aptitude purge openssl &amp;&amp; aptitude install &#8211;reinstall openssl&lt;/pre&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis V</title>
		<link>http://trevorturk.wordpress.com/2009/03/10/tls_protocol-ssl3_get_recordwrong-version-number-and-how-to-troubleshoot-a-borked-courier-imap-ssl-setup/#comment-826</link>
		<dc:creator><![CDATA[Luis V]]></dc:creator>
		<pubDate>Wed, 11 Mar 2009 10:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1211#comment-826</guid>
		<description><![CDATA[Hello  Timothy, I from venezuela.
 

 
I have the same problem, how do you repair or install SSL23?
 

 
Thanks for help me! ]]></description>
		<content:encoded><![CDATA[<p>Hello  Timothy, I from venezuela.</p>
<p>I have the same problem, how do you repair or install SSL23?</p>
<p>Thanks for help me!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

