NVIDIA / enroot

A simple yet powerful tool to turn traditional container/OS images into unprivileged sandboxes.
Apache License 2.0
649 stars 94 forks source link

enroot import ssl error #123

Closed kumareshr closed 1 year ago

kumareshr commented 2 years ago

unable to import image enroot version : 3.1.1

$enroot import docker://ubuntu
[INFO] Querying registry for permission grant
curl: (60) SSL certificate problem: self signed certificate in certificate chain
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.
3XX0 commented 2 years ago

Check that your certificates are up to date, and that you're not using a proxy that has untrusted certificates. In the latter case, you have to configure your system or Enroot to trust those.