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

fix: restore use of poorly-named DefaultHostnameVerifier #1139

Merged

Conversation

yaauie
Copy link
Contributor

@yaauie yaauie commented May 31, 2023

The legacy and out-of-date StrictHostnameVerifier from Apache HTTP Client is deprecated with guidance to use the DefaultHostnameVerifier, which is in fact a strict but modern verifier that can handle modern identity claims.

Resolves: #1138

The legacy and out-of-date `StrictHostnameVerifier` from Apache HTTP Client
is deprecated with guidance to use the `DefaultHostnameVerifier`, which is
in fact a strict but modern verifier that can handle modern identity claims
@yaauie yaauie merged commit 54834e8 into logstash-plugins:main Jun 1, 2023
2 checks passed
@yaauie yaauie deleted the restore-default-ssl-hostname-verifier branch June 1, 2023 20:47
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.

BREAKING: ssl_certificate_verification => true uses deprecated verifier since v11.14.0
3 participants