-
Notifications
You must be signed in to change notification settings - Fork 22
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
SSL error using node 17+ #34
Comments
Hi @vincentsels , thanks for your detailed report. |
Indeed, it was the company's AnyConnect VPN (or firewall)... |
Is the issue resolved then, or do you need to get it to work within the VPN? |
In my case I can just switch off the VPN while working on this project, so I'll close! I don't suppose there's an easy way to solve it generically for all VPN types / firewalls / ... |
Describe the bug
All requests result in the following error:
The underlying issue is probably the following: https://stackoverflow.com/questions/74324019/allow-legacy-renegotiation-for-nodejs
This only occurs on Node 17+.
To Reproduce
npm init
withindex.js
npm install deepl-node
node index.js
Expected behavior
The translation is logged to the console
Desktop
The text was updated successfully, but these errors were encountered: