Hi, On GHES, using github-script action I'm making calls to corporate jira, and no mather what I do I get " self signed certificate in chain" error. actions checkout is working fine so connection to GHES works. I've tried this solutionactions/checkout#362 (comment) but instead of GEHS pointed to jira, but still no whatever I do node js doesn't see certificate. I've tried this also:https://stackoverflow.com/questions/45088006/nodejs-error-self-signed-certificate-in-certificate-chain but still. Only this that allows to pass this call is setting: NODE_TLS_REJECT_UNAUTHORIZED=0 in .env file, but it feels like leaving dors open just because lock isn't working. What I'm missing? |