Hello, Jack Hill <jackh...@jackhill.us> skribis:
> On Tue, 12 Mar 2019, Jack Hill wrote: > >> I've figured out what was going wrong with my job (by redirecting >> the output to a file). It couldn't verify the remote host's >> certificate: >> >> urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] >> certificate verify failed (_ssl.c:726)> >> >> Now to figure out why. I have nss-certs in my system packages. > > I've solved this for my service by adding SSL_CERT_DIR to the environment: > > https://gitlab.oit.duke.edu/jackhill/guix-at-duke/blob/a9674ec7b0decac94745c91df886817e2fc8a91b/guix-at-duke/services/endpoint-management.scm > > Is that a reasonable solution? I’m (very) late to the party but what you did looks like the right thing to me. Ludo’. PS: Good to see you’re building interesting stuff with this!