I'm curious if anyone has encountered a website with a list of common email programs and underlying operating systems, and either a definitive NO on getting each combo to talk TLS 1.1/1.2, or the relevant settings to accomplish this?
The issue is that we've tried disabling TLS 1.0 to satisfy PCI scanning vendors, via:
Back to the issue; examples:
Would love to find a resource from someone who has gone through this previously so we don't have to test every possible permutation of email software and host operating system to figure out what will and won't work, or what changes are needed to make it work; if such a resource exists.
The issue is that we've tried disabling TLS 1.0 to satisfy PCI scanning vendors, via:
- /usr/local/psa/admin/bin/pci_compliance_resolver --enable all
- /usr/local/psa/bin/server_pref -u -ssl-protocols "TLSv1.2 TLSv1.1"
Back to the issue; examples:
- Thunderbird seems to be completely happy talking TLS 1.2, likely because Mozilla is doing their own internal SSL routines, not relying on underlying OS.
- Outlook 2010 seems to randomly work or fail. I found an article suggesting a registry change may be needed to get Outlook to not behave stupidly: http://www.rainingforks.com/blog/2015/how-to-allow-outlook-to-connect-with-tlsv1-1tlsv1-2.html
- Windows Live mail seems to have issues but we're not sure if it's all versions and/or platforms.
- We have some reports of iPhone issues but have not fully investigated.
Would love to find a resource from someone who has gone through this previously so we don't have to test every possible permutation of email software and host operating system to figure out what will and won't work, or what changes are needed to make it work; if such a resource exists.