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

cURL error 56: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0. #269

Open
2 tasks done
gRoberts84 opened this issue Sep 12, 2024 · 0 comments
Open
2 tasks done

cURL error 56: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0. #269

gRoberts84 opened this issue Sep 12, 2024 · 0 comments

Comments

@gRoberts84
Copy link

Bug Report

Describe the current, buggy behavior
When trying to download Wordpress (wp core download --locale=en_GB) it fails with the following:

Error: Failed to get url 'https://downloads.wordpress.org/release/wordpress-6.6.2.tar.gz': cURL error 56: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0.

Describe how other contributors can replicate this bug
Not sure it's replicable but run wp core download --locale=en_GB.

Describe what you would expect as the correct outcome
Download and extract the tar.gz mentioned in the error.

Let us know what environment you are running this on

OS:	Darwin 21.6.0 Darwin Kernel Version 21.6.0: Mon Feb 19 20:24:34 PST 2024; root:xnu-8020.240.18.707.4~1/RELEASE_X86_64 x86_64
Shell:	/bin/zsh
PHP binary:	/usr/local/Cellar/php/8.3.11/bin/php
PHP version:	8.3.11
php.ini used:	/usr/local/etc/php/8.3/php.ini
MySQL binary:	/usr/local/opt/[email protected]/bin/mysql
MySQL version:	mysql  Ver 14.14 Distrib 5.7.44, for osx10.17 (x86_64) using  EditLine wrapper
SQL modes:	NO_ENGINE_SUBSTITUTION
WP-CLI root dir:	phar://wp-cli.phar/vendor/wp-cli/wp-cli
WP-CLI vendor dir:	phar://wp-cli.phar/vendor
WP_CLI phar path:	/Users/gavinroberts/Projects/TeamValleyWeb/infinity
WP-CLI packages dir:	
WP-CLI cache dir:	/Users/gavinroberts/.wp-cli/cache
WP-CLI global config:	
WP-CLI project config:	
WP-CLI version:	2.11.0

Provide additional context/Screenshots
I am able to successfully run curl -O https://downloads.wordpress.org/release/wordpress-6.6.2.tar.gz and curl -LO https://downloads.wordpress.org/release/wordpress-6.6.2.tar.gz without any issues.

I have ran brew update and brew upgrade and curl is curl 8.4.0 (x86_64-apple-darwin21.0) libcurl/8.4.0 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.11 nghttp2/1.45.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant