Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Motivation: TLS 1.0 and 1.1 were disabled in the latest JDK releases because they are no longer considered secure. As the result of this JDK upgrade, `SecureTcpTransportObserverErrorsTest.testSslErrors` started to fail when it uses JDK provider with TLSv1.1. Modifications: - Use TLSv1.3 instead of TLSv1.1 for `SecureTcpTransportObserverErrorsTest`; Result: Fixes #1530.
- Loading branch information