ADDITIONAL SYSTEM INFORMATION :
java 11.0.2 windows 10 ; Chrome 71 request to a Server using TLS 1.3
A DESCRIPTION OF THE PROBLEM :
with java 11 and the new TLS 1.3 protocol any request to a server using TLS 1.3 with a recent chrome browser ends up in a "Hello Retry Request " answer from Java Server running latest java 11 jdk instead of replying with the speedy normal reply you can have in TLS 1.3
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
any small java server running TLS 1.3 new feature from java 11
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
should make a normal TLS 1.3 handshake , this is not the cas
ACTUAL -
Hello Retry Request , making all complicated and long
FREQUENCY : always