-1

this is what i wrote to install it DFX_VERSION=0.9.3 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"

I have node 16.14.0 installed but whenever i try this curl command or anyother curl command from other websites it shows that the certificate has expiredI am getting the following error

TylerH
  • 20,799
  • 66
  • 75
  • 101
Tathagat
  • 23
  • 3

1 Answers1

0

This error occurs when we use curl which bundles with linux tools. solution to this is uninstall it and install it (curl) again using “sudo apt install” linux command.

Sandun
  • 1
  • 1
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community May 20 '22 at 13:13