Re: TLSv1.3 HttpsServer endless loop based on client socket i/o shutdown

2019-05-06 Thread Jay Modi
like this is JDK-8214418 - which has been fixed > in 12.0.1 b03 and 13-ea b04. The issue was with the > half closed semantics of the SSL engine in TLS 1.3. > > best regards, > > -- daniel > > On 08/02/2019 21:43, Jay Modi wrote: > > Hi, > > > > I've

TLSv1.3 HttpsServer endless loop based on client socket i/o shutdown

2019-02-08 Thread Jay Modi
Hi, I've been doing some testing with Apache HttpClient against the com.sun.net.httpserver.HttpsServer that is included with the JDK and came across some interesting behavior that occurs when using TLSv1.3, but TLSv1.2 works normally. If the client manually calls Socket#shutdownOutput and Socket#s