<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>www.ritlabs.com [Topic: do not update to 8.5.2 if you use Gmail. TLS]</title>
		<link>http://www.ritlabs.com</link>
		<description>New posts in do not update to 8.5.2 if you use Gmail. TLS of  forum at www.ritlabs.com [www.ritlabs.com]</description>
		<language>en</language>
		<docs>http://backend.userland.com/rss2</docs>
		<lastBuildDateTag>Thu, 26 Mar 2020 15:56:10 +0200</lastBuildDateTag>		<item>
			<title>do not update to 8.5.2 if you use Gmail. TLS</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic13405/message49168/">do not update to 8.5.2 if you use Gmail. TLS</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			I can&#39;t get gmail to work with 9.1.6. Works great with Postbox. <br />
			<i>26 March 2020 15:56:10, <a href="http://www.ritlabs.com/en/forums/">John Wilkins</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic13405/message49168/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic13405/message49168/</guid>
			<pubDate>Thu, 26 Mar 2020 15:56:10 +0200</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>do not update to 8.5.2 if you use Gmail. TLS</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic13405/message49138/">do not update to 8.5.2 if you use Gmail. TLS</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			The Bat! since version 9.1 supports AES GCM <br />
			<i>18 March 2020 13:39:14, <a href="http://www.ritlabs.com/en/forums/">Maxim Masiutin</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic13405/message49138/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic13405/message49138/</guid>
			<pubDate>Wed, 18 Mar 2020 13:39:14 +0200</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>do not update to 8.5.2 if you use Gmail. TLS</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic13405/message46016/">do not update to 8.5.2 if you use Gmail. TLS</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			There are plans for future versions of The Bat! to support AES CGM cipher suites. <br />
			<i>08 July 2018 18:02:16, <a href="http://www.ritlabs.com/en/forums/">Maxim Masiutin</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic13405/message46016/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic13405/message46016/</guid>
			<pubDate>Sun, 08 Jul 2018 18:02:16 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>do not update to 8.5.2 if you use Gmail. TLS</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic13405/message46007/">do not update to 8.5.2 if you use Gmail. TLS</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			<br />====quote====<br /><a class="blog-p-user-name" id="bp_f0m9ELIO" href="/en/forums/" bx-tooltip-user-id="13">Maxim Masiutin</a> wrote:<br />You can use The Bat! 8.5.4 available to download from &nbsp;<noindex><a href="https://www.ritlabs.com/en/products/thebat/download.php" target="_blank" rel="nofollow">https://www.ritlabs.com/en/products/thebat/download.php</a></noindex> <br /><br />This &nbsp;version resolves TLS 1.2 compatibility issues. Connection failures were &nbsp;caused by mail server servers which aborted the connection unless The &nbsp;Bat! sends signature_algorithms ClientHello extension on TLS 1.2. To &nbsp;resolve this incompatibility, The Bat! since version 8.5.4 always sends &nbsp;the signature_algorithms extension during TLS 1.2 handshake.<br />=============<br /><br />Thanks for the update, however I can't still download email from Gmail even with 8.5.4, server still reports TLS error: Handshake failure. According to the log, it started happening with 8.4 on 2018-07-06 around 21:00 UTC.<br /><br />I'm using pop.gmail.com, running The Bat with
====code====
<pre>/TLS_VERSION_RANGE:3-3</pre>
=============
and using Wireshark I see that it's sending <br />
====code====
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Extension: signature_algorithms
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Signature Algorithm: ecdsa_secp256r1_sha256 (0x0403)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Signature Algorithm: ecdsa_sha1 (0x0203)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Signature Algorithm: rsa_pkcs1_sha256 (0x0401)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Signature Algorithm: rsa_pkcs1_sha1 (0x0201)</pre>
=============
<br /><br />but server immediately responds with Handshake failure. I'm not running any antivirus besides Windows Defender. Could you please look into it? What other information can I provide for you to debug? Thank you!<br /><br /><B>UPDATE<br /></B><br />When /TLS_VERSION_RANGE:3-3 is removed I can connect just fine. Debugged the issue a bit and the reason Gmail rejects the connection with /TLS_VERSION_RANGE:3-3 is that in that case The Bat advertises cipher suites that Gmail doesn't support, see <noindex><a href="https://www.htbridge.com/ssl/?id=rzMKmHLQ" target="_blank" rel="nofollow">High-Tech Bridge SSLScan results</a></noindex>.<br /><br />The Bat's advertised cipher suites (16 suites) <B>without </B>/TLS_VERSION_RANGE:3-3:<br />
====code====
<pre>TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 (0xc023)
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 (0xc027)
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 (0x0067)
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA (0xc00a)
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (0xc014)
TLS_DHE_RSA_WITH_AES_256_CBC_SHA (0x0039)
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA (0xc009)
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (0xc013)
TLS_DHE_RSA_WITH_AES_128_CBC_SHA (0x0033)
TLS_RSA_WITH_AES_256_CBC_SHA256 (0x003d)
TLS_RSA_WITH_AES_128_CBC_SHA256 (0x003c)
TLS_RSA_WITH_AES_256_CBC_SHA (0x0035)
TLS_RSA_WITH_AES_128_CBC_SHA (0x002f)
TLS_RSA_WITH_RC4_128_SHA (0x0005)
TLS_RSA_WITH_3DES_EDE_CBC_SHA (0x000a)
TLS_RSA_WITH_RC4_128_MD5 (0x0004)
</pre>
=============
<br />The Bat's advertised cipher Suites (5 suites) <B>with</B> /TLS_VERSION_RANGE:3-3:
====code====
<pre>TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 (0xc023)
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 (0xc027)
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 (0x0067)
TLS_RSA_WITH_AES_256_CBC_SHA256 (0x003d)
TLS_RSA_WITH_AES_128_CBC_SHA256 (0x003c)</pre>
=============
<br />Gmail supports these on TLS 1.2:
====code====
<pre>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
TLS_RSA_WITH_AES_128_CBC_SHA
TLS_RSA_WITH_AES_256_CBC_SHA
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
TLS_RSA_WITH_AES_128_GCM_SHA256
TLS_RSA_WITH_AES_256_GCM_SHA384
</pre>
=============
<br />And Gmails preferred suites for TLS 1.2 are:<br />
====code====
<pre>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256</pre>
=============
So The Bat <B>with </B>/TLS_VERSION_RANGE:3-3 advertises only AES-CBC SHA256 ciphersuites, while Gmail uses AES-GCM and ChaCha20-Poly1305 ciphersuites with SHA256.<br /><br />Pretty please, can we get Gmail's preferred cipher suites in The Bat too and enabled when only TLS 1.2 is requested? Thanks! <br />
			<i>07 July 2018 11:20:31, <a href="http://www.ritlabs.com/en/forums/">foo bar</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic13405/message46007/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic13405/message46007/</guid>
			<pubDate>Sat, 07 Jul 2018 11:20:31 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>do not update to 8.5.2 if you use Gmail. TLS</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic13405/message45999/">do not update to 8.5.2 if you use Gmail. TLS</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			<br />====quote====<br /><a class="blog-p-user-name" id="bp_L2cDLSor" href="/en/forums/" bx-tooltip-user-id="13">Maxim Masiutin</a> wrote:<br />You can use The Bat! 8.5.4 available to download from &nbsp;<noindex><a href="https://www.ritlabs.com/en/products/thebat/download.php" target="_blank" rel="nofollow">https://www.ritlabs.com/en/products/thebat/download.php</a></noindex> <br /><br />This &nbsp;version resolves TLS 1.2 compatibility issues. Connection failures were &nbsp;caused by mail server servers which aborted the connection unless The &nbsp;Bat! sends signature_algorithms ClientHello extension on TLS 1.2. To &nbsp;resolve this incompatibility, The Bat! since version 8.5.4 always sends &nbsp;the signature_algorithms extension during TLS 1.2 handshake.<br />=============<br />Hello,<br /><br />It works well with The Bat! 8.5.4 . I have no longer TLS problems.<br />I can now reactivate Kaspersky.<br /><br />Thanks again. <br />
			<i>05 July 2018 10:57:54, <a href="http://www.ritlabs.com/en/forums/">Bertrand Yvers</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic13405/message45999/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic13405/message45999/</guid>
			<pubDate>Thu, 05 Jul 2018 10:57:54 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>do not update to 8.5.2 if you use Gmail. TLS</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic13405/message45992/">do not update to 8.5.2 if you use Gmail. TLS</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			You can use The Bat! 8.5.4 available to download from <noindex><a href="https://www.ritlabs.com/en/products/thebat/download.php" target="_blank" rel="nofollow">https://www.ritlabs.com/en/products/thebat/download.php</a></noindex><br /><br />This &nbsp;version resolves TLS 1.2 compatibility issues. Connection failures were &nbsp;caused by mail server servers which aborted the connection unless The &nbsp;Bat! sends signature_algorithms ClientHello extension on TLS 1.2. To &nbsp;resolve this incompatibility, The Bat! since version 8.5.4 always sends &nbsp;the signature_algorithms extension during TLS 1.2 handshake. <br />
			<i>04 July 2018 23:54:36, <a href="http://www.ritlabs.com/en/forums/">Maxim Masiutin</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic13405/message45992/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic13405/message45992/</guid>
			<pubDate>Wed, 04 Jul 2018 23:54:36 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>do not update to 8.5.2 if you use Gmail. TLS</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic13405/message45987/">do not update to 8.5.2 if you use Gmail. TLS</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			Hello,<br /> <br /> The problem is now solved. <br /> <br /> I have Kaspersky Internet Security 2019.<br /> <br /> I desactivate Kaspersky SSL/TSL Root certificate and now it works like a charm.<br /><br /><br />The problem was Kaspersky Root Certificate.<br /><br /><br />Do you have Kaspersky anti-virus?<br /> <br /> <br />It works now with the BAT 8.5.2 TLS. <br />
			<i>04 July 2018 11:18:54, <a href="http://www.ritlabs.com/en/forums/">Bertrand Yvers</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic13405/message45987/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic13405/message45987/</guid>
			<pubDate>Wed, 04 Jul 2018 11:18:54 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>do not update to 8.5.2 if you use Gmail. TLS</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic13405/message45984/">do not update to 8.5.2 if you use Gmail. TLS</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			davide, why can not you accept that the bug is in TB? I know about 8 other people.<br /><br />davide, proč nemůžete přijmout, že chyba je v TB? Znám 8 dalších lidí. <br />
			<i>03 July 2018 20:52:03, <a href="http://www.ritlabs.com/en/forums/">Krnac Martin</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic13405/message45984/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic13405/message45984/</guid>
			<pubDate>Tue, 03 Jul 2018 20:52:03 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>do not update to 8.5.2 if you use Gmail. TLS</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic13405/message45983/">do not update to 8.5.2 if you use Gmail. TLS</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			What you're saying is that because it doesn't work for *you* it doesn't work for others. I looked at the beta test logs and Office365 was successfully tested. Obviously, there is some nuance that applies to you, but not necessarily the rest of the world. And there will always be bugs to fix as there are far too many variations of a product as complex as TB! and the world of email to guarantee everything always works. There is a volunteer group to test beta releases and you might consider joining it. Active participation is always welcome there. <br /><br />david <br />
			<i>03 July 2018 19:54:56, <a href="http://www.ritlabs.com/en/forums/">david kirk</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic13405/message45983/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic13405/message45983/</guid>
			<pubDate>Tue, 03 Jul 2018 19:54:56 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>do not update to 8.5.2 if you use Gmail. TLS</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic13405/message45982/">do not update to 8.5.2 if you use Gmail. TLS</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			Commenting on the 1st reply: 8.5.2 <B>is</B> broken, &nbsp;it does not work with my Office365 account too for example. If an update to an email client breaks a key function even in some cases - it is broken by definition, and this thread's caption is in order. Some of us depend on our emails, updates MUST be tested thoroughly before going public. This is not a beta or a pre-release. <br />
			<i>03 July 2018 19:05:15, <a href="http://www.ritlabs.com/en/forums/">D Y</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic13405/message45982/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic13405/message45982/</guid>
			<pubDate>Tue, 03 Jul 2018 19:05:15 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>do not update to 8.5.2 if you use Gmail. TLS</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic13405/message45972/">do not update to 8.5.2 if you use Gmail. TLS</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			Hello there, <br /><br />Same error with 8.5.2.<br /><br /><br />I have a google account, a ymail account , a gmx account. <br /><br />Three errors with TLS 1.2.<br /><br />30.06.2018, 10:25:50: IMAP - Connecting IMAP server imap.gmail.com to port 993<br /> 30.06.2018, 10:25:50: IMAP - TLS handshake started<br />! 30.06.2018, 10:25:50: IMAP - TLS handshake failed. Existing connections have been forced terminated by a remote host<br /><br />30.06.2018, 10:25:50: IMAP - Connecting IMAP server imap.gmail.com to port 993<br /> 30.06.2018, 10:25:50: IMAP - TLS handshake started<br />! 30.06.2018, 10:25:50: IMAP - TLS handshake failed. Existing connections have been forced terminated by a remote host <br />
			<i>01 July 2018 12:52:58, <a href="http://www.ritlabs.com/en/forums/">Bertrand Yvers</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic13405/message45972/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic13405/message45972/</guid>
			<pubDate>Sun, 01 Jul 2018 12:52:58 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>do not update to 8.5.2 if you use Gmail. TLS</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic13405/message45968/">do not update to 8.5.2 if you use Gmail. TLS</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			If I may make a couple of suggestions to you: <br /><br />1. First, you made a post on something that wanted no &nbsp;assistance. If you believe you have a real bug, please send to support. <br /><br />2. Second, please do not announce what does not work unless you know for certain that it does not. Regarding this thread, I am using 8.5.2 with Gmail TLS 64-bit and it works fine. &nbsp;<br /><br /><br /><br />Other than that, welcome to the forum. <br /><br />david <br />
			<i>30 June 2018 21:30:58, <a href="http://www.ritlabs.com/en/forums/">david kirk</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic13405/message45968/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic13405/message45968/</guid>
			<pubDate>Sat, 30 Jun 2018 21:30:58 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
		<item>
			<title>do not update to 8.5.2 if you use Gmail. TLS</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum4/topic13405/message45967/">do not update to 8.5.2 if you use Gmail. TLS</a></b> in forum <a href="http://www.ritlabs.com/en/forums/forum4/">The Bat! - Configuring the E-mail Client</a>. <br />
			do not update to 8.5.2 if you use Gmail. TLS<br /><br />does not work version 8.5.2, does not work with google gmail<br /><br />last functional version 8.5 <br />
			<i>30 June 2018 20:44:10, <a href="http://www.ritlabs.com/en/forums/">Krnac Martin</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum4/topic13405/message45967/</link>
			<guid>http://www.ritlabs.com/en/forums/forum4/topic13405/message45967/</guid>
			<pubDate>Sat, 30 Jun 2018 20:44:10 +0300</pubDate>
			<category>The Bat! - Configuring the E-mail Client</category>
		</item>
	</channel>
</rss>
