IcedTea-Web icon indicating copy to clipboard operation
IcedTea-Web copied to clipboard

javaws.exe and TLS v1.3

Open patris70 opened this issue 3 years ago • 2 comments

Hi,

how can active TLS v1.3 in javaws.exe.

If i using -Xnofork with -J-Djdk.tls.client.protocols=TLSv1.3 -J-Dhttps.protocols=TLSv1.3 Parameter work, but if i using -J-Djdk.tls.client.protocols=TLSv1.3 -J-Dhttps.protocols=TLSv1.3 without -Xnofork (2x javaws.exe process) Parameter TLS v1.3 not working.

Icedtea-Web Version is 1.8.x and OpenJDK 8u322.

Thanks

patris70 avatar Feb 04 '22 11:02 patris70

Can you specify the parameters in your JNLP? This would be more robust as they will apply to all users of the JNLP not just for you.

sclassen avatar Feb 15 '22 15:02 sclassen

Hi @sclassen,

first sorry for late answer. Here is Parameters in JNLP File: <java version="1.7+" initial-heap-size="128m" max-heap-size="384m" java-vm-args="--illegal-access=deny --add-opens=java.desktop/com.sun.java.swing.plaf.windows=ALL-UNNAMED -Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true -Djdk.tls.client.protocols=TLSv1.3,TLSv1.2 -Dhttps.protocols=TLSv1.3,TLSv1.2" />

regards

patris70 avatar Apr 13 '22 10:04 patris70