Actions
Todo #9607
closedUpdate web server TLS versions for 2.5.0
Start date:
06/28/2019
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Description
Now that it's 2019 and we have OpenSSL 1.1.x we can play a bit of musical TLS versions for nginx.
Captive Portal currently has: "TLSv1 TLSv1.1 TLSv1.2" with v1 only remaining for compatibility.
The GUI currently uses: "TLSv1.1 TLSv1.2"
In both cases we can remove the lowest item and add TLSv1.3, to get:
CP: TLSv1.1 TLSv1.2 TLSv1.3
GUI: TLSv1.2 TLSv1.3
Testing locally this works fine for me, so it's good enough to go into 2.5.0 for further testing.
Updated by Jim Pingle over 5 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset aa618753171d9fe8d7f3c46f49a1ea16832e138b.
Updated by Jim Pingle about 5 years ago
- Status changed from Feedback to Resolved
This has been working fine, no reports of breakage that I've seen either.
Actions