-
Notifications
You must be signed in to change notification settings - Fork 63
Certificate error when downloading from github #4
Comments
Hey Alex, we're aware of this issue. Happens with some hosts that can't validate the certificate for some reason. It's highly likely we won't be building a fix into the script since we're technically bypassing the security option without prompting the user. Or we may have an option where the user can type Y to bypass or something like that. |
The important thing is you know about it, so that's good. On 7 February 2013 04:11, Stuart McKeown [email protected] wrote:
Alex Johnstone |
What distro are you using? Perhaps this is the issue: https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=903756 If they don't get a fix in soon enough, I might have to switch the script url back to curl. |
Ubuntu 11.10. I also used it on 12.04 and it was fine. On 7 February 2013 13:08, John Sherwood [email protected] wrote:
Alex Johnstone |
👍 to a yes option. The security concern seems moot given the current implementation of ...
wget --no-check-certificate -q --no-check-certificate -O - $3 | tar -xzf -
# Two --no-check-certificates?!
... Possible Fixes for Wget Issues
|
I had to use --no-check-certificate to run the script due to the error:
WARNING: certificate common name
*.a.ssl.fastly.net' doesn't match requested host name
raw.github.com'.The text was updated successfully, but these errors were encountered: