userpatches icon indicating copy to clipboard operation
userpatches copied to clipboard

Certificate Errors

Open karadikid opened this issue 4 years ago • 0 comments

ISSUE: No matter what method I use to update CAs, my Ethambian from your repository fails to validate remote servers and cannot curl without -k. With research it appears that it may have a self-signed certificate in the CA hierarchy.

REPRO:

ethereum@ras-parity:~$ sh <(curl https://nixos.org/nix/install)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:05 --:--:--     0
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.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.

karadikid avatar Apr 01 '20 10:04 karadikid