Composer returns a bunch of of errors when I run composer require h4cc/wkhtmltopdf-amd64.
The package works in the end, but the errors then come up anytime I run any other composer commands, which gets really confusing with multiple packages.
I've pasted the complete output below.
The "https://packagist.org/packages.json" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Failed to enable crypto
failed to open stream: operation failed
https://packagist.org could not be fully loaded, package information was loaded from the local cache and may be out of date
Using version 0.12.2.1 for h4cc/wkhtmltopdf-amd64
./composer.json has been updated
Loading composer repositories with package information
The "https://packagist.org/packages.json" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Failed to enable crypto
failed to open stream: operation failed
https://packagist.org could not be fully loaded, package information was loaded from the local cache and may be out of date
Updating dependencies (including require-dev)
- Installing h4cc/wkhtmltopdf-amd64 (0.12.2.1)
Downloading: 100%
Downloading: 100%
Downloading: 100%
Failed to download h4cc/wkhtmltopdf-amd64 from dist: The "https://api.github.com/repos/h4cc/wkhtmltopdf-amd64/zipball/9ea617154cf88b81c7c0f5e5fa2d2f731ba0ae6c" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Failed to enable crypto
failed to open stream: operation failed
Now trying to download from source
- Installing h4cc/wkhtmltopdf-amd64 (0.12.2.1)
Cloning 9ea617154cf88b81c7c0f5e5fa2d2f731ba0ae6c
Writing lock file
Generating autoload files
Composer returns a bunch of of errors when I run
composer require h4cc/wkhtmltopdf-amd64
.The package works in the end, but the errors then come up anytime I run any other composer commands, which gets really confusing with multiple packages.
I've pasted the complete output below.