Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use TLSv1.1 in tests #1533

Merged
merged 1 commit into from
May 7, 2021
Merged

Conversation

idelpivnitskiy
Copy link
Member

@idelpivnitskiy idelpivnitskiy commented May 7, 2021

Motivation:

TLS 1.0 and 1.1 were disabled in the latest JDK releases because they are
no longer considered secure [1, 2]. As the result of this JDK upgrade,
SecureTcpTransportObserverErrorsTest.testSslErrors started to fail when
it uses JDK provider with TLSv1.1.

  1. https://www.oracle.com/java/technologies/javase/8u291-relnotes.html
  2. https://www.oracle.com/java/technologies/javase/11-0-11-relnotes.html

Modifications:

  • Use TLSv1.3 instead of TLSv1.1 for SecureTcpTransportObserverErrorsTest;

Result:

Fixes #1530.

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 apple#1530.
@idelpivnitskiy idelpivnitskiy requested review from bondolo and tkountis May 7, 2021 02:45
@idelpivnitskiy idelpivnitskiy mentioned this pull request May 7, 2021
@idelpivnitskiy idelpivnitskiy merged commit 65a77cb into apple:main May 7, 2021
@idelpivnitskiy idelpivnitskiy deleted the fixTlsv1Test branch May 7, 2021 02:57
idelpivnitskiy added a commit that referenced this pull request May 7, 2021
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.
hbelmiro pushed a commit to hbelmiro/servicetalk that referenced this pull request May 23, 2021
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 apple#1530.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flaky test: SecureTcpTransportObserverErrorsTest#testSslErrors
2 participants