The PR https://github.com/wp-cli/wp-cli/pull/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:
The PR https://github.com/wp-cli/wp-cli/pull/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:plugin install
plugin update
theme install
theme update