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

sw setup failed #128

Closed
YouSyd opened this issue Apr 3, 2024 · 2 comments
Closed

sw setup failed #128

YouSyd opened this issue Apr 3, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@YouSyd
Copy link

YouSyd commented Apr 3, 2024

download the sw client and try to install on windows 10.
change the path to the sw.exe folder, open the prompt,
type in > sw setup

the output:
sw setup
Downloading database from origin remote
Exception in file D:/dev/primitives/src/http/src/http.cpp:300, function download_file: url = https://github.com/SoftwareNetwork/database/archive/master.zip, curl error: SSL connect error

  • sw --version output.
    sw.client.sw version 1.0.0
    git revision 9081a85
    assembled on
    17.02.2024 13:42:11 UTC
    17.02.2024 21:42:11 й׼ʱ

  • Write OS, its version (host/target)
    Microsoft Windows [Version 10.0.19045.4170]

@YouSyd YouSyd added the bug Something isn't working label Apr 3, 2024
@egorpugin
Copy link
Contributor

egorpugin commented Apr 3, 2024

Try using with proxy or with --ignore-ssl-checks option.

in c:\users\u\.sw\sw.yml set

proxy:
    host: ...
    user: username:password

Or try to set certs file c:\users\u\.sw\certs\roots.pem

@YouSyd
Copy link
Author

YouSyd commented Apr 3, 2024

thank you. --ignore-ssl-checks works.

@YouSyd YouSyd closed this as completed Apr 3, 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
Projects
None yet
Development

No branches or pull requests

2 participants