Closed (fixed)
Project:
SMTP Authentication Support
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 May 2020 at 16:23 UTC
Updated:
26 Oct 2025 at 17:19 UTC
Jump to comment: Most recent
Comments
Comment #2
dqdPlease let us "shape" this into a real issue or task or let's merge it with something concrete regarding this topic ...
Comment #3
GemQueen commentedI have three websites that authenticate using an outlook account. I just got this notice from Microsoft:
"We originally paused the retirement of TLS 1.0 and 1.1 in Office 365 (MC186218 June '20) due to these unprecedented times. As companies have pivoted their supply chains and countries have started to re-open, we have re-established a retirement date for TLS 1.0 and 1.1 in Office 365 to be October 15, 2020. As previously communicated (MC126199 in Dec 2017, MC128929 in Feb 2018 and MC186827 in July 2019), we are moving all of our online services to Transport Layer Security (TLS) 1.2+ toprovide best-in-class encryption, and to ensure our service is more secure by default."
It seems I have until 10/15/2020 to make sure outgoing email from my sites are using TLS 1.2 or greater. Will this module work with TLS 1.2? Or do I need to make other plans? I might be able to help out if you can point me in the right direction.
Comment #4
bob.hinrichs commentedFrom AWS:
"We will begin deploying updates to the TLS configuration for Amazon CloudWatch Log APIs to a minimum of version TLS 1.2 by September 15, 2023, even if you still have connections using these versions. These deployments will complete by no later than December 31, 2023. This update removes the ability to use TLS versions 1.0 and 1.1 with all AWS APIs in all AWS Regions [1]."
Comment #5
bluegeek9 commentedYou version of PHP and Open SSL determine which version of TLS are avaliable.
PHP 7.2 compiled with OpenSSL 1.0.2 supports TLS 1.0, 1.1, and 1.2.
PHP 7.4 compiled with OpenSSL 1.1.1 supports TLS 1.2 and 1.3.