I had this flow running on a windows machine for quiet sometime now. The machine I was running this on crashed and I had a copy of the flows I was using.
When I put everything back, the version of node-red is newer but this is the message I recieve
27 Oct 12:55:10 - [red] Uncaught Exception:
27 Oct 12:55:10 - [error] Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:71:19)
at Object.createHash (node:crypto:133:10)
at NTLMResponsePayload.ntHash (C:\Users\posplusadmin\.node-red\node_modules\tedious\lib\ntlm-payload.js:149:19)
at NTLMResponsePayload.ntv2Hash (C:\Users\posplusadmin\.node-red\node_modules\tedious\lib\ntlm-payload.js:142:23)
at NTLMResponsePayload.lmv2Response (C:\Users\posplusadmin\.node-red\node_modules\tedious\lib\ntlm-payload.js:130:23)
at NTLMResponsePayload.createResponse (C:\Users\posplusadmin\.node-red\node_modules\tedious\lib\ntlm-payload.js:72:27)
at new NTLMResponsePayload (C:\Users\posplusadmin\.node-red\node_modules\tedious\lib\ntlm-payload.js:23:22)
at Parser.<anonymous> (C:\Users\posplusadmin\.node-red\node_modules\tedious\lib\connection.js:2857:29)
at Object.onceWrapper (node:events:627:28)
at Parser.emit (node:events:513:28)
C:\Windows\system32>
Any help would be appriciated.