Ralph,
Thank you once again for your sagacious assistance.
I'll post a copy of your article in this message for redundancy.
Very much appreciated.
Best regards,
Larry
===================================================================
Ralph Fox
If you use SSL in Agent 3.2 - 8.0, or if you want to use SSL, these days
you may need to make the following configuration change in AGENT.INI.
In the [Online] section of AGENT.INI,
change the setting 'AllowedSSLProtocols' from this:
AllowedSSLProtocols=0
to one of these:
* In Windows 11, and in Windows 10 version 1903 and later
AllowedSSLProtocols=10880
* In Windows before Windows 10 version 1903
AllowedSSLProtocols=2688
EXPLANATION
When Agent's SSL was implemented, the highest version of SSL in
use was TLS1.0. The AGENT.INI default setting AllowedSSLProtocols=0
will support versions of SSL up to TLS1.0.
Since then, TLS1.0 has been deprecated. Many mail servers and some news
servers have stopped using TLS1.0. Many mail servers and some news servers
now require a minimum SSL version of TLS1.2.
The setting AllowedSSLProtocols=2688 will configure Agent to support
SSL versions up to TLS1.2 (providing your Windows supports it; do not
expect it to work on Windows 95).
The setting AllowedSSLProtocols=10880 will configure Agent to support
SSL versions up to TLS1.3 in Windows 10.1903 and later.
--
Kind regards
Ralph
===================================================================
On Fri, 11 Nov 2022 17:37:28 +1300, Ralph Fox <-rf-nz-@-.invalid> wrote:
>On Thu, 10 Nov 2022 16:49:34 -0800, Larry Dighera wrote:
>
>> I just received the message below, and am wondering if Forte will be issuing
>> an upgrade for Agent to support Microsoft's change to TLS 1.2.
>
>
>No upgrade needed. You just need to make a small configuration change in Agent.
>
>See this message for details of the configuration change:
>
> * On Google Groups: <
https://groups.google.com/g/alt.usenet.offline-reader.forte-agent/c/mJmtMSUqp6M>
>
> * On Narkive: <
https://alt.usenet.offline-reader.forte-agent.narkive.com/35h3yv8s/notice-agent-and-ssl>
>
> * On Usenet: <
news:p8hpuglnb0tot2oot...@4ax.com>
>
>
>If you are using Windows 7, 8, 10, or 11, then this will work.
>If you are using XP, this may not work. Agent relies on the operating system
>to support SSL/TLS, and XP did not support TLS 1.2.
>
>
>> =============================================================================
>> Disabling TLS 1.0/1.1 for POP3 and IMAP4 on December 01, 2022
>>
>> Starting on December 01, 2022, Office 365 will begin retiring Transport
>> Layer Security (TLS) 1.0 and 1.1 for POP3 and IMAP4. TLS is a standard
>> protocol used to provide secure web communications for POP3 and IMAP4. POP3
>> and IMAP4 are the client/server protocols for receiving emails. We will
>> enforce TLS 1.2 moving forward to provide enhanced encryption and help
>> ensure your emails are received more securely. We have already disabled TLS
>> 1.0 and 1.1 for most Microsoft 365 services in the worldwide environment.
>>
>>
>> When this will happen
>> December 01, 2022
[Snipped for brevity]