we use self-signed certs with an internal circleci instance. the requests fail with this error ``` request fails with Something went really wrong: Error: DEPTH_ZERO_SELF_SIGNED_CERT ``` workaround is to add this setting: process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"