Skip to content

Add --insecure flag to core|plugin verify-checksums commands#86

Merged
schlessera merged 3 commits into
masterfrom
fix/disable-http-request-retry-by-default
May 10, 2021
Merged

Add --insecure flag to core|plugin verify-checksums commands#86
schlessera merged 3 commits into
masterfrom
fix/disable-http-request-retry-by-default

Conversation

@schlessera
Copy link
Copy Markdown
Member

The PR wp-cli/wp-cli#5523 changes the default behavior for Utils\http_request() so that it does not automatically retry a remote request that failed its TLS handshake by skipping certificate validation.

This PR adds the --insecure flag to the following commands to explicitly switch back to the previous behavior:

  • core verify-checksums
  • pluginverify-checksums

@schlessera schlessera requested a review from a team as a code owner May 10, 2021 14:18
@schlessera schlessera added breaking-change command:core-verify-checksums Related to 'core verify-checksums' command command:plugin-verify-checksums Related to 'plugin verify-checksums' command labels May 10, 2021
@schlessera schlessera modified the milestones: 2.0.7, 2.1.0 May 10, 2021
@schlessera schlessera merged commit 6ddaf3a into master May 10, 2021
@schlessera schlessera deleted the fix/disable-http-request-retry-by-default branch May 10, 2021 15:00
schlessera added a commit that referenced this pull request Dec 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

command:core-verify-checksums Related to 'core verify-checksums' command command:plugin-verify-checksums Related to 'plugin verify-checksums' command

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant