An online security checking website finds that my VPS site supports TLS 1.2, but not TLS 1.3. When I pull up my site's home page in Firefox, click on the lock icon, click on "Connection Secure", then on "More Information", under "Technical Details" it does indeed show encryption with TLS 1.2. I'd like to get TLS 1.3 working.
The protocol can be changed from Home > Service Configuration > Apache Configuration > Global Configuration under "SSL/TLS Protocols". I've tried changing the protocol to +TLSv1.2 +TLSv1.3, and also switching the order, +TLSv1.3 +TLSv1.2. Finally, I decided to press the matter and enter just +TLSv1.3. After saving the configuration, and clicking the button to reconfigure and restart Apache, I go to my home page, reload it, and get an error: 502 bad gateway NGINX. (The NGINX is on a separate line on that page.)
I go back to the Global Configuration page and change the "3" to "2", so that the protocol is +TLSv1.2, and try again. My home page loads as expected.
I suspect this is related to recently adding the NGINX page compression, which was an option in a recent update.
Can anyone else reproduce this? My system is using Centos 7.9, the latest update installed is 96.0.9. The nameserver is BIND (not that that should matter).
Thanks,
Chris
The protocol can be changed from Home > Service Configuration > Apache Configuration > Global Configuration under "SSL/TLS Protocols". I've tried changing the protocol to +TLSv1.2 +TLSv1.3, and also switching the order, +TLSv1.3 +TLSv1.2. Finally, I decided to press the matter and enter just +TLSv1.3. After saving the configuration, and clicking the button to reconfigure and restart Apache, I go to my home page, reload it, and get an error: 502 bad gateway NGINX. (The NGINX is on a separate line on that page.)
I go back to the Global Configuration page and change the "3" to "2", so that the protocol is +TLSv1.2, and try again. My home page loads as expected.
I suspect this is related to recently adding the NGINX page compression, which was an option in a recent update.
Can anyone else reproduce this? My system is using Centos 7.9, the latest update installed is 96.0.9. The nameserver is BIND (not that that should matter).
Thanks,
Chris