bug#36817: Guix Download Fails When SSL_CERT_DIR is a Colon-Separated Path

2019-11-09 Thread Marius Bakke
Katherine, (...sorry for the sloow response...) Katherine Cox-Buday writes: > I was receiving X.509 certificate errors when attempting to run `guix > download`. After investigating, I found that it was because my > `SSL_CERT_DIR` environmental variable had two paths separated by a > colon.

bug#36817: Guix Download Fails When SSL_CERT_DIR is a Colon-Separated Path

2019-07-26 Thread Katherine Cox-Buday
I was receiving X.509 certificate errors when attempting to run `guix download`. After investigating, I found that it was because my `SSL_CERT_DIR` environmental variable had two paths separated by a colon. The two paths were actually the same. After removing the second path, `guix download` began