Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build in Node.js 18 by re-encrypting test key #1206

Merged
merged 2 commits into from Apr 5, 2024

Conversation

e6c31d
Copy link
Contributor

@e6c31d e6c31d commented Dec 11, 2022

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.

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.
@e6c31d
Copy link
Contributor Author

e6c31d commented Dec 12, 2022

@jsdevel I don't know why the build fails in CI. It works fine locally. I think it's related to IPv6?

@e6c31d
Copy link
Contributor Author

e6c31d commented Dec 13, 2022

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.

@jsdevel
Copy link
Collaborator

jsdevel commented Dec 15, 2022

@e6c31d still failing

@e6c31d
Copy link
Contributor Author

e6c31d commented Mar 15, 2023

@jsdevel Can you re-run the build? I believe the build issue is fixed.

@RezaRahmati
Copy link

Hi @jsdevel
Seems the other PR (#1212) is blocked by this, we appreciate if you can review and approve this

@e6c31d
Copy link
Contributor Author

e6c31d commented May 8, 2023

@jsdevel Sorry to ping you repeatedly, but can you please re-run the build and merge this PR?

@vpulim vpulim merged commit 26771c5 into vpulim:master Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants