-
Notifications
You must be signed in to change notification settings - Fork 355
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
Milestone
Comments
This was referenced Mar 23, 2023
Closed
This was referenced Mar 24, 2023
1 task
This was referenced May 11, 2023
1 task
This was referenced Jun 1, 2023
This was referenced Jun 4, 2023
This was referenced Jun 15, 2023
This was referenced Jul 6, 2023
This was referenced Aug 28, 2023
1 task
This was referenced Jan 16, 2024
1 task
This was referenced Apr 13, 2024
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: