Skip to content

Move to apache-v5 in google http client#1242

Open
loosebazooka wants to merge 1 commit into
mainfrom
apachev5
Open

Move to apache-v5 in google http client#1242
loosebazooka wants to merge 1 commit into
mainfrom
apachev5

Conversation

@loosebazooka

Copy link
Copy Markdown
Member

Summary

Release Note

Documentation

Signed-off-by: Appu Goundan <appu@google.com>
@loosebazooka loosebazooka requested review from aaronlew02 and vlsi July 7, 2026 19:29
PoolingHttpClientConnectionManagerBuilder.create()
.setSSLSocketFactory(
SSLConnectionSocketFactoryBuilder.create()
.setHostnameVerifier(NoopHostnameVerifier.INSTANCE)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Just noticed. Did we really intend a security issue here? Should we verify hostname for the SSL?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

this is only for the insecure option. like if you want to hit a local server with no tls or something.

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