logstash-plugins / logstash-output-elasticsearch

https://www.elastic.co/guide/en/logstash/current/plugins-outputs-elasticsearch.html
Apache License 2.0
216 stars 306 forks source link

fix: restore use of poorly-named DefaultHostnameVerifier #1139

Closed yaauie closed 1 year ago

yaauie commented 1 year ago

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