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

Dockerize #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Dockerize #11

wants to merge 3 commits into from

Conversation

fl0aten
Copy link

@fl0aten fl0aten commented Feb 18, 2018

The ability to use the downloader with docker. The advantage is that you don't have to install any more services on your system. It can be further simplified in the future.

@JakubFojtik
Copy link

Works perfectly, thanks. Please merge.

@Blenderpics
Copy link

Did not work for me with alpine:3.6.

PHP Warning:  file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:14007086:SSL routines:CONNECT_CR_CERT:certificate verify failed in /southpark/app/SouthParkDownloader.php on line 642
PHP Warning:  file_get_contents(): Failed to enable crypto in /southpark/app/SouthParkDownloader.php on line 642
PHP Warning:  file_get_contents(http://www.southpark.de/alle-episoden): failed to open stream: operation failed in /southpark/app/SouthParkDownloader.php on line 642
PHP Warning:  DOMDocument::loadHTML(): Empty string supplied as input in /southpark/app/SouthParkDownloader.php on line 642

It worked fine with :latest

@JakubFojtik
Copy link

JakubFojtik commented Nov 2, 2019

PHP Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:14007086:SSL routines:CONNECT_CR_CERT:certificate verify failed in /southpark/app/SouthParkDownloader.php on line 642
PHP Warning: file_get_contents(): Failed to enable crypto in /southpark/app/SouthParkDownloader.php on line 642
PHP Warning: file_get_contents(http://www.southpark.de/alle-episoden): failed to open stream: operation failed in /southpark/app/SouthParkDownloader.php on line 642
PHP Warning: DOMDocument::loadHTML(): Empty string supplied as input in /southpark/app/SouthParkDownloader.php on line 642

That error i tried to solve in PR #20. It is either related to PHP version used, or the trusted certificates in the container.

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

Successfully merging this pull request may close these issues.

3 participants