flathub/net.runelite.RuneLite

Remove jdk.tls.client.protocols=TLSv1.2 property

Closed this issue · 2 comments

Adam- commented

Early versions of openjdk 11 had a broken TLS 1.3 implementation causing us to add this setting after switching to JDK 11 after its release. However never versions, from at least 11.0.4+, support TLS 1.3 fine. So I think this property can be safely removed now.

Do you think it would be worth it to update to JDK 17 as well while we're at it?

Adam- commented

No, we only ship 17 on macos aarch64 because we have to, I don't know the implications of it for linux.