Re: Socket read timeout resulting in fatal tls alert in jdk 11

2020-02-05 Thread BHARATH P G
Thanks Xuelei, can you share with us any tracking bug related to this? I also would like to highlight that both oracle JDK11 and OpenJDK 11 are behaving the same way, we confirmed it with multiple runs on both oracle JDK11 and openjdk11, i.e tls fatal alert raised on ssl socket read timeout except

Re: Socket read timeout resulting in fatal tls alert in jdk 11

2020-02-03 Thread Xuelei Fan
On 2/3/2020 1:30 AM, BHARATH P G wrote: Sorry we attached logs from OracleJRE11 run. We are attaching here logs from openjdk 11. Thanks! Looks like there is a gap between openjdk11 and OracleJDK11, in openjdk11 we could see tls1.2 alert(unexpected_message) after socket read timeout. I ag

Re: Socket read timeout resulting in fatal tls alert in jdk 11

2020-02-03 Thread BHARATH P G
Sorry we attached logs from OracleJRE11 run. We are attaching here logs from openjdk 11. Looks like there is a gap between openjdk11 and OracleJDK11, in openjdk11 we could see tls1.2 alert(unexpected_message) after socket read timeout. Thanks, Bharath On Mon, 3 Feb 2020 at 11:46, Xuelei Fan wr

Re: Socket read timeout resulting in fatal tls alert in jdk 11

2020-02-02 Thread Xuelei Fan
Per the attached debug log, it looks like that the exception is closure failure, but not the timeout exception. Did I missed something? Thanks & Regards, Xuelei On 2/2/2020 9:48 PM, BHARATH P G wrote: Hi, We are hitting following issue with openjdk11. Issue description: If there is socket

Socket read timeout resulting in fatal tls alert in jdk 11

2020-02-02 Thread BHARATH P G
Hi, We are hitting following issue with openjdk11. Issue description: If there is socket read timeout exception, jdk11 is sending tls fatal alert causing client to close the socket connection. This was not the behavior with jdk8. Below is the ssl debug logs with jdk11(complete log is avai