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

JettyConnectorProvider does not support JerseyClientBuilder.hostnameVerifier()? #5276

Closed
boekhold opened this issue Mar 7, 2023 · 0 comments · Fixed by #5278
Closed

JettyConnectorProvider does not support JerseyClientBuilder.hostnameVerifier()? #5276

boekhold opened this issue Mar 7, 2023 · 0 comments · Fixed by #5278
Milestone

Comments

@boekhold
Copy link

boekhold commented Mar 7, 2023

Jersey 2.36

The JettyConnectorProvider does not seem to support JerseyClientBuilder.hostnameVerifier(). Possible reason is that up till Jetty v9.4.15.v20190215, JettyClient itself did not support this, but the support is there now.

https://stackoverflow.com/questions/53499789/configuring-jetty-http-2-client-to-use-my-hostnameverifier-implementation
jetty/jetty.project#3154

@senivam senivam linked a pull request Mar 9, 2023 that will close this issue
@senivam senivam added this to the 2.39.1 milestone Mar 23, 2023
This was referenced Mar 23, 2023
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 a pull request may close this issue.

2 participants