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

Curl is unable to pull the script #1544

Closed
LTIOfficial opened this issue Oct 3, 2013 · 1 comment
Closed

Curl is unable to pull the script #1544

LTIOfficial opened this issue Oct 3, 2013 · 1 comment

Comments

@LTIOfficial
Copy link

@LTIOfficial LTIOfficial commented Oct 3, 2013

In Centos 5 vps server,
Command given:
$ sudo curl https://yt-dl.org/downloads/2013.10.01.1/youtube-dl -o /usr/local/bin/youtube-dl

Result:
curl: (51) SSL: certificate subject name 'aries.uberspace.de' does not match target host name 'yt-dl.org'

@phihag
Copy link
Contributor

@phihag phihag commented Oct 3, 2013

Your version of curl is too old / compiled with limited options; it does not support Subject Alternative Names. Either use a newer version of curl or wget or download the file via HTTP:

sudo curl http://yt-dl.org/downloads/2013.10.01.1/youtube-dl -o /usr/local/bin/youtube-dl
@phihag phihag closed this Oct 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.