-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4 #4325
base: main
Are you sure you want to change the base?
Conversation
f198e77
to
127adc7
Compare
@@ -89,6 +89,8 @@ internal class Apache5Engine(override val config: Apache5EngineConfig) : HttpCli | |||
ClientTlsStrategyBuilder.create() | |||
.setSslContext(config.sslContext ?: SSLContexts.createSystemDefault()) | |||
.setTlsVersions(TLS.V_1_3, TLS.V_1_2) | |||
// TODO: Remove apply after https://github.com/apache/httpcomponents-client/pull/588 merged | |||
.apply { setHostnameVerificationPolicy(HostnameVerificationPolicy.BOTH) } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This option seems the safest one. Tests fail with the default BUILTIN
policy. But I need someone to double-check if I'm right
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's wait for the fix to be released
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job on upstreaming the fix :)
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
5.3.1
->5.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.