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

Error on installation : WSL and windows 10 curl command. SSL code 60 #2197

Open
quoidautre opened this issue Jul 23, 2024 · 0 comments
Open
Labels
bug Something isn't working triage Issue needs triage

Comments

@quoidautre
Copy link

What happened?

Hello,

When I try to just install devbox, I've this issue :

curl -fsSL https://get.jetify.com/devbox | 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.

so,

$ curl -fsSL --insecure  https://get.jetify.com/devbox | bash
Devbox 📦 by Jetify
  Instant, easy and predictable development environments.

  This script downloads and installs the latest devbox binary.

Confirm Installation Details
  Location:     /usr/local/bin/devbox
  Download URL: https://releases.jetify.com/devbox

? Install devbox to /usr/local/bin (requires sudo)? [Y/n] y

Downloading and Installing
→ Downloading devbox binary...
✘ Command failed (exit code 60): curl --fail --silent --location --output /tmp/tmp.kLNkz8Hvuc https://releases.jetify.com/devbox

If I download the certificate from curl, and add in the command line, same issue.

I'm also need to use wsl-vpnkit to access on get.jetify.com with WSL

Have you an idea ?
Thanks
F

Steps to reproduce

  1. curl -fsSL https://get.jetify.com/devbox | bash
  2. curl -fsSL --insecure https://get.jetify.com/devbox | bash

Command

No response

devbox.json

No response

Devbox version

no version

Nix version

No response

What system does this bug occur on?

Other (please include in the description above)

Debug logs

Windows 10 on WSL 2

@quoidautre quoidautre added bug Something isn't working triage Issue needs triage labels Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Issue needs triage
Development

No branches or pull requests

1 participant