2

When I tried to execute "conda update conda", I had this error: enter image description here

May you help me please!

Grr
  • 15,553
  • 7
  • 65
  • 85

2 Answers2

1

If you are behind a firewall or proxy you may have to set ssl_verify to false in your condarc.

In our corporate environment our proxy modifies certificates so ssl verification will fail. In addition we have to set the http and https proxies explicitly.

You can find an example of a .condarc file with these settings in How to make anaconda work behind http proxy not https

Grr
  • 15,553
  • 7
  • 65
  • 85
0

If you are behind a proxy with a self-signed certificate authority I have given a detailed answer here:

How to add a custom CA Root certificate to the CA Store used by Python in Windows?

Josh Peak
  • 5,898
  • 4
  • 40
  • 52