-
I built a When a webhook is received, the response fails due to an authentication error that may be related to a privateKey issue. the error is; node:internal/crypto/sig:131
const ret = this[kHandle].sign(data, format, type, passphrase, rsaPadding,
^
Error: error:0909006C:PEM routines:get_name:no start line PS: my privatekey envvar is supplied in a format what could be causing that auth error? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think I saw this error before when the private key was not formatted correctly. And I remember that was a problem with a specific Node 16 version, not too long ago. Downgrading to a lower Node 16 version fixed the problem. Hope that helps |
Beta Was this translation helpful? Give feedback.
I think I saw this error before when the private key was not formatted correctly. And I remember that was a problem with a specific Node 16 version, not too long ago. Downgrading to a lower Node 16 version fixed the problem. Hope that helps