Fixed
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Zac Spitzer
Zac SpitzerPriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 25 January 2021 at 10:10
Updated 2 June 2021 at 12:51
Resolved 14 April 2021 at 14:58
cfhttp is hardwired to only support TLSv1.2
https://github.com/lucee/Lucee/blob/6.0/core/src/main/java/lucee/runtime/tag/Http.java#L1409
TLSv1.3 is faster and some websites (like financial institutions) only support TLSv1.3 now
https://kinsta.com/blog/tls-1-3/
https://bugs.openjdk.java.net/browse/JDK-8202625
So now if your JVM supports TLSv1.3, Lucee will use it