flipperdevices / flipperzero-ufbt

Compact tool for building and debugging applications for Flipper Zero.
https://pypi.org/project/ufbt/
GNU General Public License v3.0
494 stars 36 forks source link

ufbt vscode_dist - SSL certificate problem: self-signed certificate in certificate chain #19

Closed federico22285 closed 11 months ago

federico22285 commented 1 year ago

ufbt vscode_dist Checking for tar..yes Checking if downloaded toolchain tgz exists..no Checking curl..yes Downloading toolchain: curl: (60) SSL certificate problem: self-signed certificate in certificate chain
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.

hedger commented 1 year ago

Bootstrap script uses your system's curl. Please check what curl https://google.com returns when being called from a new shell.

hedger commented 1 year ago

Also please show what curl -v https://update.flipperzero.one/builds/toolchain/ returns on your system.

federico22285 commented 1 year ago

curl -v https://update.flipperzero.one/builds/toolchain/

curl -v https://update.flipperzero.one/builds/toolchain/

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.

skotopes commented 1 year ago

Please check with following command: curl -kv https://update.flipperzero.one/builds/toolchain/

hedger commented 11 months ago

Please reopen if the issue persists or when you have additional information.