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

Move TLSv1 and TLSv1.1 to COMPATIBLE_TLS. #4494

Merged
merged 1 commit into from
Dec 30, 2018
Merged

Conversation

swankjesse
Copy link
Collaborator

We no longer connect to TLSv1.0 or TLSv1.1 servers out-of-the-box; instead
it is necessary to enable COMPATIBLE_TLS in the OkHttpClient configuration.

This is in the path to later removing these TLS versions completely; that
is scheduled for March 2020 by some browsers.

#4319

We no longer connect to TLSv1.0 or TLSv1.1 servers out-of-the-box; instead
it is necessary to enable COMPATIBLE_TLS in the OkHttpClient configuration.

This is in the path to later removing these TLS versions completely; that
is scheduled for March 2020 by some browsers.

#4319
* <p>The configuration of each spec changes with each OkHttp release. This is annoying: upgrading
* your OkHttp library can break connectivity to certain web servers! But it’s a necessary annoyance
* because the TLS ecosystem is dynamic and staying up to date is necessary to stay secure. See
* <a href="https://github.com/square/okhttp/wiki/TLS-Configuration-History">OkHttp's TLS
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That page is fantastic

@swankjesse swankjesse merged commit 0729c20 into master Dec 30, 2018
@oldergod oldergod deleted the jwilson.1230.tls12 branch December 31, 2018 13:07
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.

3 participants