Richard G
Verified User
@wattie:
I also disabled TLS 1.0 and 1.1 now for apache. Next to that I changed the cipher Suite because I kept getting a lot of red entries with SSLlabs, while newer Cpanel installations by default do not.
So now I'm using the same cipher suite as cpanel does, not a single user complaining, enough older browsers (including IE11 for W7) supported and everything is black and green, no red anymore.
For mail it's way more difficult to disable it already now. Indeed older outlook versions like 2007 need an update to be able to work with SSL, otherwise people have to make registry entries which is not advisable to do for the average users. But I know a lot of users still using older e-mail clients like Outlook versions older then 2007, some with MAC issues and several also using Windows Live Mail. Which is also declared EOL and not supported anymore by MS, but still a lot of users still use it.
I didn't know about WinHTTP though that this would effect Windows 7.
Vista is EOL and End of support anyway like XP. But about the secure mail, just to be sure. Isn't it the client what defines that? Like Thunderbird is supporting tls 1.2 for example. When you install Thunderbird on Vista or W7 then TLS 1.2 is supported correct?
Anyway, for mail I can either stay with the old style plain text stuff like before to meet customers with old stuff, or let TLS 1.0 enabled for the time being. I won't force my customers.
@JohnyByk: As wattie says, same kind of handling, but then remove the -TLSv1 line from httpd-ssl.conf, copy to the /custombuild/custom/ap2/conf/extra directory.
Then restart Apache and TLS 1.0 is supported again.
I also disabled TLS 1.0 and 1.1 now for apache. Next to that I changed the cipher Suite because I kept getting a lot of red entries with SSLlabs, while newer Cpanel installations by default do not.
So now I'm using the same cipher suite as cpanel does, not a single user complaining, enough older browsers (including IE11 for W7) supported and everything is black and green, no red anymore.
For mail it's way more difficult to disable it already now. Indeed older outlook versions like 2007 need an update to be able to work with SSL, otherwise people have to make registry entries which is not advisable to do for the average users. But I know a lot of users still using older e-mail clients like Outlook versions older then 2007, some with MAC issues and several also using Windows Live Mail. Which is also declared EOL and not supported anymore by MS, but still a lot of users still use it.
I didn't know about WinHTTP though that this would effect Windows 7.
Vista is EOL and End of support anyway like XP. But about the secure mail, just to be sure. Isn't it the client what defines that? Like Thunderbird is supporting tls 1.2 for example. When you install Thunderbird on Vista or W7 then TLS 1.2 is supported correct?
Anyway, for mail I can either stay with the old style plain text stuff like before to meet customers with old stuff, or let TLS 1.0 enabled for the time being. I won't force my customers.
@JohnyByk: As wattie says, same kind of handling, but then remove the -TLSv1 line from httpd-ssl.conf, copy to the /custombuild/custom/ap2/conf/extra directory.
Then restart Apache and TLS 1.0 is supported again.