QUOTE(0xDEADC0DE @ Oct 28 2019, 18:29)

I may be wrong, but this doesn't change a thing, because the part which defines TLS version is harcoded in HTTPServer.java
ok, after patching line 101 with:
sslContext = SSLContext.getInstance("TLS");
and starting with JAVA_OPTS=-Dhttps.protocols="TLSv1,TLSv1.1,TLSv1.2" -Djdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"
looks like it's using the right one
Haha, actually, I didn't check if the parameters are in effect. You should be right.
I have simply additional installed the unstable package openjdk-8-jre version 8u232 and starting the 1.5.1 client with it.
After a while, I will look at Quality again.
------------------------------------------------------------------------------------------------------------------------
Although quality looks normal with openjdk 8u232, I got a lot of warn:
[WARN] java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)
I remove it, downgrade dependency package, then update package libnss3 from 2:3.42.1-1+deb10u1 to 2:3.47-1.
Test starting the 1.5.1 client with openjdk 11.0.5 again.
This post has been edited by j800930: Oct 28 2019, 19:05