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

Add --insecure flag to package install command #138

Merged
merged 2 commits into from May 10, 2021

Conversation

@schlessera
Copy link
Member

@schlessera schlessera commented May 10, 2021

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:

  • package install
@schlessera schlessera added this to the 2.0.11 milestone May 10, 2021
@schlessera schlessera requested a review from as a code owner May 10, 2021
@schlessera schlessera merged commit f4e786a into master May 10, 2021
24 checks passed
Loading
@schlessera schlessera deleted the fix/disable-http-request-retry-by-default branch May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant