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

code: 'ERR_OSSL_EVP_UNSUPPORTED #9

Closed
dor0n opened this issue Dec 4, 2021 · 3 comments · Fixed by #10
Closed

code: 'ERR_OSSL_EVP_UNSUPPORTED #9

dor0n opened this issue Dec 4, 2021 · 3 comments · Fixed by #10

Comments

@dor0n
Copy link

dor0n commented Dec 4, 2021

Problems by Compiling @angular/router : es2015 as esm2015 end in

Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:130:10)
at BulkUpdateDecorator.hashFactory (/usr/src/app/node_modules/webpack/lib/util/createHash.js:145:18)
at BulkUpdateDecorator.update (/usr/src/app/node_modules/webpack/lib/util/createHash.js:46:50)
at OriginalSource.updateHash (/usr/src/app/node_modules/webpack/node_modules/webpack-sources/lib/OriginalSource.js:104:8)
at NormalModule._initBuildHash (/usr/src/app/node_modules/webpack/lib/NormalModule.js:868:17)
at handleParseResult (/usr/src/app/node_modules/webpack/lib/NormalModule.js:934:10)
at /usr/src/app/node_modules/webpack/lib/NormalModule.js:1026:4
at processResult (/usr/src/app/node_modules/webpack/lib/NormalModule.js:743:11)
at /usr/src/app/node_modules/webpack/lib/NormalModule.js:807:5

...

Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:130:10)
at BulkUpdateDecorator.hashFactory (/usr/src/app/node_modules/webpack/lib/util/createHash.js:145:18)
at BulkUpdateDecorator.update (/usr/src/app/node_modules/webpack/lib/util/createHash.js:46:50)
at OriginalSource.updateHash (/usr/src/app/node_modules/webpack/node_modules/webpack-sources/lib/OriginalSource.js:104:8)
at NormalModule._initBuildHash (/usr/src/app/node_modules/webpack/lib/NormalModule.js:868:17)
at handleParseResult (/usr/src/app/node_modules/webpack/lib/NormalModule.js:934:10)
at /usr/src/app/node_modules/webpack/lib/NormalModule.js:1026:4
at processResult (/usr/src/app/node_modules/webpack/lib/NormalModule.js:743:11)
at /usr/src/app/node_modules/webpack/lib/NormalModule.js:807:5 {
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v17.2.0

which version of alpine did u use in the install vid?

@Peco602
Copy link
Member

Peco602 commented Dec 5, 2021

Thank you for your contribution!
We are trying to reproduce your issue. Can you provide more information about the issue context? Are you using the deploy script to launch the framework?

@dor0n
Copy link
Author

dor0n commented Dec 5, 2021

Just build new ubuntu server 20.04, 16 GB 8 core 120 storage, updated and just did the steps from
https://redherd.readthedocs.io/en/latest/getting-started/setup/
If u do it like that u will get same ERROR. Look like node.js cant work with openvp hash after update. Tried to solve it with 14-alpine image for herdview. Ssl ERROR gone but also no goal with that try.

@Peco602 Peco602 linked a pull request Dec 6, 2021 that will close this issue
@dor0n
Copy link
Author

dor0n commented Dec 7, 2021

thx!

@dor0n dor0n closed this as completed Dec 7, 2021
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

Successfully merging a pull request may close this issue.

2 participants