h4cc / wkhtmltopdf-amd64

wkhtmltopdf - Convert html to pdf using webkit (qtwebkit). Linux amd64 Binary.
http://wkhtmltopdf.org/
GNU Lesser General Public License v3.0
474 stars 170 forks source link

Errors on require #14

Closed shaneparsons closed 9 years ago

shaneparsons commented 9 years ago

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
shaneparsons commented 9 years ago

Sorry this seems to have been an error generated by my vm environment, not the package.

Thanks for the package!