SoftwareNetwork / sw

Software Manager. Build System, Build System Generator and Package Manager. C/C++ and other languages. Tools and libraries for Software Management.
https://software-network.org
Other
113 stars 24 forks source link

sw setup failed #128

Closed YouSyd closed 6 months ago

YouSyd commented 6 months ago

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

egorpugin commented 6 months ago

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 commented 6 months ago

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