node-soap
node-soap copied to clipboard
Fix build in Node.js 18 by re-encrypting test key
The encrypted private key test/certs/agent2-key-with-password.pem was encrypted with DES, which is unsupported in Node.js 18. I re-encrypted it with AES, and now the build works in Node.js 18.
@jsdevel I don't know why the build fails in CI. It works fine locally. I think it's related to IPv6?
I tried to fix the CI build by explicitly listening on 127.0.0.1 since the test is expecting that. I assume CI is defaulting to IPv6 so it was getting ::1 instead.
@e6c31d still failing
@jsdevel Can you re-run the build? I believe the build issue is fixed.
Hi @jsdevel Seems the other PR (https://github.com/vpulim/node-soap/pull/1212) is blocked by this, we appreciate if you can review and approve this
@jsdevel Sorry to ping you repeatedly, but can you please re-run the build and merge this PR?