-
Notifications
You must be signed in to change notification settings - Fork 490
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 error on windows subsystem for Linux #3881
Comments
Some WSL systems seem to have a curl installed that don't seem to reference the system ca cert chain, you can install or configure one for curl. Other frequent Windows issues seem to be firewalls setup to block certain certificate authoritty chains (ca). This link seems to go through a number of different windows curl certificate issues and how to resolve them. One of the simpler resolutions to try might be to verify that
Other workarounds are to use another cli download utility such as wget, or even open 'https://hub.infinyon.cloud/install/install.sh' from the browser, save |
is this WSL or WSL2? |
Windows 11-WSL2 |
maybe this issue is relevant? microsoft/WSL#8358 |
Stale issue message |
curl -fsS https://hub.infinyon.cloud/install/install.sh | bash
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
Originally posted by @kharabela in #3880 (reply in thread)
The text was updated successfully, but these errors were encountered: