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
Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:68:19) at Object.createHash (node:crypto:138:10) at Object.createNTLMHash (D:\Nodejs\TeamCharterNodejsV2\node_modules\node-ntlm-client\lib\hash.js:77:22) at Object.createType3Message (D:\Nodejs\TeamCharterNodejsV2\node_modules\node-ntlm-client\lib\ntlm.js:213:23) at D:\Nodejs\TeamCharterNodejsV2\node_modules\node-sp-auth\lib\src\auth\resolvers\OnpremiseUserCredentials.js:41:35 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED'
Is there any chance this package will get an update so that it supports current nodejs version 20 with openssl 3.0.10+quic
The text was updated successfully, but these errors were encountered:
I am having this issue:
Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:68:19) at Object.createHash (node:crypto:138:10) at Object.createNTLMHash (D:\Nodejs\TeamCharterNodejsV2\node_modules\node-ntlm-client\lib\hash.js:77:22) at Object.createType3Message (D:\Nodejs\TeamCharterNodejsV2\node_modules\node-ntlm-client\lib\ntlm.js:213:23) at D:\Nodejs\TeamCharterNodejsV2\node_modules\node-sp-auth\lib\src\auth\resolvers\OnpremiseUserCredentials.js:41:35 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED'
Is there any chance this package will get an update so that it supports current nodejs version 20 with openssl 3.0.10+quic
The text was updated successfully, but these errors were encountered: