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

Adds methods to update SSL Options to WebClient #2660

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

frankgh
Copy link
Contributor

@frankgh frankgh commented Oct 20, 2024

This commit adds the ability to update the SSLOptions on the WebClient, similar to the methods in io.vertx.core.http.HttpClient. Internally, we delegate the calls to the underlying client.

Motivation:

We don't have a way to directly update the SSLOptions in WebClient. We need to keep a reference
to the wrapped HttpClient in able to update SSLOptions.

Conformance:

Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md
Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

@vietj vietj added this to the 4.5.11 milestone Oct 20, 2024
This commit adds the ability to update the SSLOptions on the WebClient,
similar to the methods in `io.vertx.core.http.HttpClient`. Internally,
we delegate the calls to the underlying client.
@frankgh frankgh force-pushed the add-update-ssl-options-to-webclient branch from 38979b8 to 8cc3edd Compare October 21, 2024 02:28
@vietj vietj merged commit 0b5bfbc into vert-x3:4.x Oct 24, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants