Re: JDK17 - Possible TLS issue.

2021-08-11 Thread Peter Firmstone
Thanks Jamil, You'll need to use JDK 8 for building / compiling, Additional to the build instructions, to test the specific test in question: Create a build.properties file in the project root directory (same directory as README.md), containing the following entries: jsk.home=absolute

Re: JDK17 - Possible TLS issue.

2021-08-11 Thread Peter Firmstone
谢谢johnsjiang(江莎), I set the property: -Djdk.tls.acknowledgeCloseNotify=true. Unfortunately the test is still failing on JDK17, although the output has changed and acknowledges the duplex close, so it appears something else is causing the connection to close early. Interestingly, there is a

Re: JDK17 - Possible TLS issue.

2021-08-11 Thread 江莎
+ security-dev Hi Peter, It looks both of file 1 and 5 contain that close_notify warning alert. This point may be related to JDK-8208526: TLS 1.3 half-close and synchronization issues [1]. [1] https://bugs.openjdk.java.net/browse/JDK-8208526 Best regards, John Jiang At 2021/8/11 PM 4:14,