You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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