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

SSL certificate www.johnvansickle.com expired #6

Closed
mikehanssen opened this issue Aug 29, 2018 · 4 comments
Closed

SSL certificate www.johnvansickle.com expired #6

mikehanssen opened this issue Aug 29, 2018 · 4 comments

Comments

@mikehanssen
Copy link

Seems like the SSL certificate of the website hosting the ffmpeg release has expired today.

@maaz23451
Copy link

The buildpack(ffmpeg) doesn't work , how do i solve this ?

@tribela
Copy link

tribela commented Aug 29, 2018

Replace
curl -L --silent $DOWNLOAD_URL | tar xJ --strip-components=1
to
curl -kL --silent $DOWNLOAD_URL | tar xJ --strip-components=1
to fix temporarily.

@mikehanssen
Copy link
Author

As the SSL certificate has been renewed I'll close this issue.

@adamjpeterson
Copy link

I think SSL expired again?

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

4 participants