-
Notifications
You must be signed in to change notification settings - Fork 357
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
mp-rest-client ignores SSL configuration #4692
Comments
After I upgraded the Jersey version from 2.32 to 2.34, the program ran for a period of time and reported the above error. Do you know why? |
bc67ee3#r46079691
When configuring MP REST Client:
The TLS configuration is totally ignored. This is caused by the routine that applies the configuration is in
RestClientBuilderImpl
.This seems to be the correct way, and correct order:
The text was updated successfully, but these errors were encountered: