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.
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.