# Failed to download curl error 56 when trying to create a bedrock project

**URL:** https://discourse.roots.io/t/failed-to-download-curl-error-56-when-trying-to-create-a-bedrock-project/29184
**Category:** bedrock
**Created:** 2025-02-01T01:17:19Z
**Posts:** 4

## Post 1 by @ciabattachoo — 2025-02-01T01:17:20Z

When I try to install a bedrock project, `composer create-project roots/bedrock` I am getting errors:

```
Package operations: 18 installs, 0 updates, 0 removals
  - Downloading laravel/pint (v1.18.3)
  - Downloading roots/wordpress-no-content (6.7.1)
  - Downloading wpackagist-theme/twentytwentyfive (1.0)
 0/3 [>---------------------------] 0% Failed to download roots/wordpress-no-content from dist: curl error 56 while downloading https://downloads.wordpress.org/release/wordpress-6.7.1-no-content.zip: OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0
    Now trying to download from source
  - Syncing roots/wordpress-no-content (6.7.1) into cache
 1/3 [=========>------------------] 33% Failed to download wpackagist-theme/twentytwentyfive from dist: curl error 56 while downloading https://downloads.wordpress.org/theme/twentytwentyfive.1.0.zip: OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0
    Now trying to download from source
 3/3 [============================] 100%
In SvnDownloader.php line 39:
                                                            
  svn was not found in your PATH, skipping source download
```

Anybody got any ideas how to fix this?

---

## Post 2 by @ciabattachoo — 2025-02-01T02:39:24Z

Should also mention that this is just trying to install it locally on Linux (mint)

---

## Post 3 by @ben — 2025-02-01T14:23:25Z

Possible ISP/internet issue? Maybe you hit [wp.org](http://wp.org)’s download server at a bad time? Have you tried again?

---

## Post 4 by @ciabattachoo — 2025-02-01T15:43:33Z

Very possibly since what fails to download doesn’t seem consistent from yesterday to today, `roots/wordpress-no-content` still seems to fail initially but the installer seems to be able to work past it now

```
- Downloading roots/wordpress-no-content (6.7.1)
  - Downloading wpackagist-theme/twentytwentyfive (1.0)
 0/2 [>---------------------------] 0% Failed to download roots/wordpress-no-content from dist: curl error 56 while downloading https://downloads.wordpress.org/release/wordpress-6.7.1-no-content.zip: OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0
    Now trying to download from source
  - Syncing roots/wordpress-no-content (6.7.1) into cache
  - Installing roots/wordpress-core-installer (1.100.0): Extracting archive
  - Installing composer/installers (v2.3.0): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.30.0): Extracting archive
  - Installing laravel/pint (v1.18.3): Extracting archive
  - Installing symfony/polyfill-ctype (v1.30.0): Extracting archive
  - Installing oscarotero/env (v2.1.1): Extracting archive
  - Installing roave/security-advisories (dev-latest bac54e1)
  - Installing roots/bedrock-autoloader (1.0.4): Extracting archive
  - Installing roots/bedrock-disallow-indexing (2.0.0): Extracting archive
  - Installing roots/wordpress-no-content (6.7.1): Cloning 6.7.1 from cache
  - Installing roots/wordpress (6.7.1)
  - Installing roots/wp-config (1.0.0): Extracting archive
  - Installing roots/wp-password-bcrypt (1.2.0): Extracting archive
  - Installing symfony/polyfill-php80 (v1.30.0): Extracting archive
  - Installing phpoption/phpoption (1.9.3): Extracting archive
  - Installing graham-campbell/result-type (v1.1.3): Extracting archive
  - Installing vlucas/phpdotenv (v5.6.1): Extracting archive
  - Installing wpackagist-theme/twentytwentyfive (1.0): Extracting archive
Generating optimized autoload files
14 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found.
```
