-
Notifications
You must be signed in to change notification settings - Fork 293
Node v18+ - TLS - local issuer problem #4238
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
Comments
Can you run |
[pcdjkska@hostingssd84 ~]$ uname -a |
Are you using any self signed cerificates |
I've used Let's Encrypt, which is implemented in cPanel, so it's not self signed. |
I got the same problem, thanks for any advice |
It seems there has been no activity on this issue for a while, and it is being closed in 30 days. If you believe this issue should remain open, please leave a comment. |
It seems there has been no activity on this issue for a while, and it is being closed. If you believe this issue should remain open, please leave a comment. |
Details
Hello :)
I'm trying to run a discordjs over nodejs on my webhost, but I'm having an issue.
With nodejs v16 all works perfectly.
discordjs requires nodejs 16.1+, I'm on 16.2 so no problem at all, for now.
But for the future I'd like to update nodejs, but here's the issue.
When I try to run the app, I got this error:
I've tried with disabling ssl in strict-ssl npm cmd, tried to generate CA certs and use NODE_EXTRA_CA_CERTS...
Nothing worked.
I have no clues, hope somebody can help me figuring out what's wrong..
Thanks in advance.
Mirko
Node.js version
v16 ok, from 18 the issue shows up.
Example code
No code. Even with an empty index.js the issue shows up.
Just by doing node index.js it triggers
Operating system
It's a unix webhost, cPanel present.
Scope
runtime
Module and version
Not applicable.
The text was updated successfully, but these errors were encountered: