ContinuumIO / anaconda-issues

Anaconda issue tracking
648 stars 222 forks source link

New conda config ssl_verify=truststore not recognized #13396

Open mkbosmans opened 4 months ago

mkbosmans commented 4 months ago

What happened?

Since about half a year, conda supports the truststore value for the ssl_verify configuration option in .condarc.

When starting anaconda-navigator with this configuration set, it will display an error on startup.

Expected behaviour would be that if the installed conda command is new enough and supports this configuration, anaconda-navigator also understands it and uses the OS certificate store without giving an error popup.

mkbosmans commented 4 months ago

The conda feature for ssl_verify=truststore is described in: https://github.com/conda/conda/issues/13079