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

okhttp: Don't warn about missing Conscrypt #11591

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

ejona86
Copy link
Member

@ejona86 ejona86 commented Oct 2, 2024

When running on the JDK, it is quite normal for Conscrypt not to be present. We'll end up using the JDK 9 ALPN API and everything will be fine. On Android, it would be extremely rare for someone to completely remove the default Android security providers, so the warning was almost never going to trigger on that platform anyway.

Fixes #11576. Alternative to #11567

When running on the JDK, it is quite normal for Conscrypt not to be
present. We'll end up using the JDK 9 ALPN API and everything will be
fine. On Android, it would be extremely rare for someone to completely
remove the default Android security providers, so the warning was almost
never going to trigger on that platform anyway.
@ejona86 ejona86 requested a review from larry-safran October 2, 2024 19:54
@ejona86 ejona86 merged commit 6f35422 into grpc:master Oct 2, 2024
15 checks passed
@ejona86 ejona86 deleted the okhttp-dont-warn-on-jdk branch October 2, 2024 23:03
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WARNING: Unable to find Conscrypt
2 participants