-
Notifications
You must be signed in to change notification settings - Fork 686
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
lynx: Can't access startfile http://rawgit.com/transcode-open/apt-cyg/master/apt-cyg #117
Comments
I had to use:
|
@judy-akers You should most definitely not consider using sage - @cup does not respect the spirit of open source and tried to steal credit for this project too - going as far as tricking people to donate to him for @transcode-open's work, who actually made apt-cyg. |
fyi
This appears to be a classic issue whereby only the end entity certificate is being presented by the web server instead of the whole chain, so some utilities are unable to verify trust of both the end entity certificate and intermediate CA certificate. Testing with OpenSSL CLI:
In this instance there is no security exception as there really is a trusted chain because it redirects to |
Please use curl instead of lynx -source LIKE:- curl http://rawgit.com/transcode-open/apt-cyg/master/apt-cyg |
1 year ago, I had completely forgotten about this.. You can still use Lynx as the SSL/TLS certificate issue with |
solution:
replace
rawgit.com
withraw.githubusercontent.com
The text was updated successfully, but these errors were encountered: