Seeing a lot of this when calling https:// urls with valid certs and the calls fail: ``` curl: (77) error setting certificate verify locations: CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none ``` I can bypass it in the meantime by adding `--insecure`.