Replies: 1 comment
-
Thankyou so much your suggestion helped to resolve the issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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 solution actions/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?
Beta Was this translation helpful? Give feedback.
All reactions