Changes between Initial Version and Version 1 of Ticket #12099, comment 24
- Timestamp:
- Feb 2, 2023, 4:22:51 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12099, comment 24
initial v1 4 4 The correct approach is to get rid of user_canceled as part of the normal connection closure in Java. Don't attempt to emulate TLS 1.2 connection closure behavior in TLS 1.3 through user_canceled. 5 5 6 If you worry about TLS 1.3 breaking existing Java applications that rely on the 1.2 connection closure behavior, you can always disable TLS 1.3 by default and make it opt-in by application developers so that they have a chance to test and adapt their software.6 If you worry about TLS 1.3 breaking existing Java applications that rely on the 1.2 connection closure behavior, you can always disable TLS 1.3 by default in Java and make it opt-in by application developers so that they have a chance to test and adapt their software.