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

Error: error:1E08010C:DECODER routines::unsupported #455

Open
fietsknecht opened this issue Dec 6, 2023 · 3 comments
Open

Error: error:1E08010C:DECODER routines::unsupported #455

fietsknecht opened this issue Dec 6, 2023 · 3 comments

Comments

@fietsknecht
Copy link

Following every step gives me:
Error: error:1E08010C:DECODER routines::unsupported

Seems to be OpenSSL related:
nodejs/help#4115

Has anyone found a solution yet?

@rchatham
Copy link

+1 Seeing this as well!

@NormCopeland
Copy link

Me too :(

@NormCopeland
Copy link

In case it's helpful to anyone else, I was able to get this to work. At least for me, the issue was that I hadn't included the -----BEGIN PRIVATE KEY----- and -----END PRIVATE KEY-----
Once I added that, it worked, albeit with a warning:

DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants