On Wed, Apr 20, 2016 at 5:32 AM, Roel Janssen <[email protected]> wrote: > Dear Guix, > > With the Git provided by GNU Guix, I cannot seem to clone repositories > over HTTPS: > fatal: unable to access 'https://github.com/roelj/inklingreader.git/': server > certificate verification failed. CAfile: none CRLfile: none > > Am I missing a package that provides common CA files?
GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt This "just works" on GuixSD.
