<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cannot send email from Outlook 2007 with 5.2.4 -- Connection error SSL routines TLS]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">Since update 5.2.4, we are experience problems to sent mail from Outlook 2007 (running on win7)</p>
<p dir="auto"><em>Outlook Error message: 0x800CCC80 – None of the authentication methods supported by this client are supported by your server</em></p>
<p dir="auto"><strong>Log error on email server says:</strong></p>
<pre><code>client [187.188.xxx.xxx] connection error: Error: 140072188094336:error:14209102:SSL routines:tls_early_post_process_client_hello:unsupported
</code></pre>
<p dir="auto">Not sure if it's related, but we had similar problem past march and fixed in this way:<br />
<a href="https://forum.cloudron.io/topic/2221/cloudron-5-released/13">https://forum.cloudron.io/topic/2221/cloudron-5-released/13</a></p>
<p dir="auto">I've returned the setting to TRUE but the problem persists.</p>
<p dir="auto">Complete log:</p>
<pre><code>Jun 01 17:47:44 [INFO] [8B8B81F3-5B6B-48A1-ABE1-DEC2ADED8DA1] [spf] identity=helo ip=187.188.xxx.xxx domain="PROYECTOS01" mfrom=&lt;postmaster@PROYECTOS01&gt; result=None
Jun 01 17:47:44 [INFO] [8B8B81F3-5B6B-48A1-ABE1-DEC2ADED8DA1] [spf] scope: helo, result: None, domain: PROYECTOS01
Jun 01 17:47:44 [INFO] [8B8B81F3-5B6B-48A1-ABE1-DEC2ADED8DA1] [core] client [187.188.xxx.xxx] connection error: Error: 140072188094336:error:14209102:SSL routines:tls_early_post_process_client_hello:unsupported protocol:../deps/openssl/openssl/ssl/statem/statem_srvr.c:1686:
Jun 01 17:47:44 [NOTICE] [8B8B81F3-5B6B-48A1-ABE1-DEC2ADED8DA1] [core] disconnect ip=187.188.xxx.xxx rdns=fixed-187-188-143-228.totalplay.net helo=PROYECTOS01 relay=N early=N esmtp=Y tls=N pipe=N errors=0 txns=0 rcpts=0/0/0 msgs=0/0/0 bytes=0 lr="" time=0.184
Jun 01 17:47:45 [NOTICE] [BC430C61-CB61-44B6-A2C6-EBB2F79CDBA4] [core] connect ip=187.188.xxx.xxx port=54382 local_ip=:: local_port=2525
Jun 01 17:47:45 [INFO] [BC430C61-CB61-44B6-A2C6-EBB2F79CDBA4] [helo.checks] helo_host: PROYECTOS01, pass:bare_ip, host_mismatch, fail:valid_hostname(no_dot), rdns_match, skip:dynamic(no dots)
</code></pre>
<p dir="auto">Thanks for your help</p>
]]></description><link>https://forum.cloudron.io/topic/2611/cannot-send-email-from-outlook-2007-with-5-2-4-connection-error-ssl-routines-tls</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 17:46:39 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/2611.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 02 Jun 2020 00:48:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cannot send email from Outlook 2007 with 5.2.4 -- Connection error SSL routines TLS on Tue, 25 Aug 2020 17:38:16 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://help.nexcess.net/77209-third-party-email-clients/how-to-allow-outlook-to-connect-over-tls-1112" target="_blank" rel="noopener noreferrer nofollow ugc">https://help.nexcess.net/77209-third-party-email-clients/how-to-allow-outlook-to-connect-over-tls-1112</a> has the registry instructions.</p>
]]></description><link>https://forum.cloudron.io/post/12469</link><guid isPermaLink="true">https://forum.cloudron.io/post/12469</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 25 Aug 2020 17:38:16 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot send email from Outlook 2007 with 5.2.4 -- Connection error SSL routines TLS on Thu, 11 Jun 2020 06:18:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/d19dotca" aria-label="Profile: d19dotca">@<bdi>d19dotca</bdi></a> Maybe you can try something like this:</p>
<ol>
<li><code>docker exec -ti mail /bin/bash</code></li>
<li>Edit <code>/run/haraka/config/tls.ini</code></li>
<li>Add the <code>secureProtocol</code> line like below (be careful not to add it to the end since it has to be outside any section):</li>
</ol>
<pre><code>; default tls version and ciphers come from node (better to upgade node than set them here)

secureProtocol = TLSv1_method

[no_tls_hosts]
172.18.0.0/16
127.0.0.1
</code></pre>
<ol start="4">
<li><code>supervisorctl restart haraka</code></li>
</ol>
<p dir="auto">Does it work after that?</p>
<p dir="auto">Unfortunately, the above changes are not persisted. So, you have to make the changes on server restart and sometimes on cloudron update (if we updated the mail container).</p>
]]></description><link>https://forum.cloudron.io/post/9500</link><guid isPermaLink="true">https://forum.cloudron.io/post/9500</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 11 Jun 2020 06:18:30 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot send email from Outlook 2007 with 5.2.4 -- Connection error SSL routines TLS on Thu, 11 Jun 2020 04:47:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> This has come to bite me too now for one of my clients, <a href="https://forum.cloudron.io/post/9496">after we got past the blacklisted IP on Spamhaus</a>, we determined that the second issue is that they are on an old version of macOS and it seems to not support TLSv1.1 nor TLSv1.2.</p>
<p dir="auto">Logs:</p>
<pre><code class="language-Jun">Jun 10 21:31:33 [INFO] [096611F0-ACB5-4CC0-8D6C-42395E10661B] [access] whitelist: true, pass:connect.rdns_access.whitelist
Jun 10 21:31:34 [INFO] [096611F0-ACB5-4CC0-8D6C-42395E10661B] [helo.checks] helo_host: [10.0.0.183], pass:bare_ip, host_mismatch, fail:rdns_match(literal), skip:dynamic(literal), valid_hostname(literal)
Jun 10 21:31:35 [INFO] [096611F0-ACB5-4CC0-8D6C-42395E10661B] [core] client [&lt;ClientIPaddress&gt;] connection error: Error: 140689161090944:error:14209102:SSL routines:tls_early_post_process_client_hello:unsupported protocol:../deps/openssl/openssl/ssl/statem/statem_srvr.c:1686:
Jun 10 21:31:35 [NOTICE] [096611F0-ACB5-4CC0-8D6C-42395E10661B] [core] disconnect ip=&lt;ClientIPaddress&gt; rdns=&lt;ISPhostname&gt; helo=[10.0.0.183] relay=N early=N esmtp=Y tls=N pipe=N errors=0 txns=0 rcpts=0/0/0 msgs=0/0/0 bytes=0 lr="" time=1.967
</code></pre>
<p dir="auto">While I can recommend they upgrade (and I will be recommending it for sure, I didn't realize they were so behind in macOS versions), it's also kind of hard to dictate what OS my clients run (at least at this stage since I didn't exactly have that in any contracts before). Is there a way I can temporarily enable TLSv1.0 support for them until they are done upgrading?</p>
]]></description><link>https://forum.cloudron.io/post/9497</link><guid isPermaLink="true">https://forum.cloudron.io/post/9497</guid><dc:creator><![CDATA[d19dotca]]></dc:creator><pubDate>Thu, 11 Jun 2020 04:47:28 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot send email from Outlook 2007 with 5.2.4 -- Connection error SSL routines TLS on Wed, 03 Jun 2020 03:14:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rfg" aria-label="Profile: rfg">@<bdi>rfg</bdi></a> You should upgrade to Windows 10 (It's free for crying out loud <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=d69db52af35" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" />  ) and Office 365. I have no issues using the latest.</p>
<p dir="auto">Also, can you please amend your title to say "Outlook 2007" so users using the latest Outlook program do not get confused and follow the wrong directions to fix an issue?</p>
<p dir="auto">If you would like, I can help you find an upgrade path to Win10 + O365 as well. Let me know!</p>
]]></description><link>https://forum.cloudron.io/post/9147</link><guid isPermaLink="true">https://forum.cloudron.io/post/9147</guid><dc:creator><![CDATA[murgero]]></dc:creator><pubDate>Wed, 03 Jun 2020 03:14:57 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot send email from Outlook 2007 with 5.2.4 -- Connection error SSL routines TLS on Tue, 02 Jun 2020 23:36:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rfg" aria-label="Profile: rfg">@<bdi>rfg</bdi></a> Thanks for the update!</p>
]]></description><link>https://forum.cloudron.io/post/9138</link><guid isPermaLink="true">https://forum.cloudron.io/post/9138</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 02 Jun 2020 23:36:48 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot send email from Outlook 2007 with 5.2.4 -- Connection error SSL routines TLS on Tue, 02 Jun 2020 23:26:43 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a></p>
<p dir="auto">Just for the record, besides to install the KB and set the DefaultSecureProtocols registry entries, I also need to add the following keys:</p>
<pre><code>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client]
“DisabledByDefault”=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
“DisabledByDefault”=dword:00000000
</code></pre>
]]></description><link>https://forum.cloudron.io/post/9137</link><guid isPermaLink="true">https://forum.cloudron.io/post/9137</guid><dc:creator><![CDATA[rfg]]></dc:creator><pubDate>Tue, 02 Jun 2020 23:26:43 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot send email from Outlook 2007 with 5.2.4 -- Connection error SSL routines TLS on Tue, 02 Jun 2020 02:07:48 GMT]]></title><description><![CDATA[<p dir="auto">I think the issue is that we removed TLS 1.0 support. Can you enable TLS 1.2 support in Outlook using one of the following articles:</p>
<ul>
<li><a href="https://www.siteground.com/kb/how-to-enable-tls-1-1-and-1-2-in-outlook-on-windows-7/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.siteground.com/kb/how-to-enable-tls-1-1-and-1-2-in-outlook-on-windows-7/</a></li>
<li><a href="https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-default-secure-protocols-in-wi" target="_blank" rel="noopener noreferrer nofollow ugc">https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-default-secure-protocols-in-wi</a></li>
<li><a href="https://www.greengeeks.com/tutorials/article/how-to-enable-tls-1-1-and-1-2-in-outlook-windows-7/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.greengeeks.com/tutorials/article/how-to-enable-tls-1-1-and-1-2-in-outlook-windows-7/</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/9075</link><guid isPermaLink="true">https://forum.cloudron.io/post/9075</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 02 Jun 2020 02:07:48 GMT</pubDate></item></channel></rss>