Without further configuration TLS v1.2 is enforced when connecting to a server. Thus a connection to a server supporting TLS 1.3 only is refused. Recent JREs use TLS v1.2 and TLS v1.3 as the default value, which can be further adjusted via jdk.tls.client.protocols property.
Related Issue
Fixes #1382
Motivation and Context
Allows to configure TLS versions via a global property: jdk.tls.client.protocols
Checklist:
12 of 721 tests failed. No idea what the cause is. The number is however the same for both master and my branch.
Without further configuration TLS v1.2 is enforced when connecting to a server. Thus a connection to a server supporting TLS 1.3 only is refused. Recent JREs use TLS v1.2 and TLS v1.3 as the default value, which can be further adjusted via jdk.tls.client.protocols property.
Related Issue
Fixes #1382
Motivation and Context
Allows to configure TLS versions via a global property: jdk.tls.client.protocols
Checklist: