You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./node: OpenSSL error when trying to enable FIPS:
40EC6CFCCA7F0000:error:1C8000D5:Provider routines:SELF_TEST_post:missing config data:providers/fips/self_test.c:290:
``
### How often does it reproduce? Is there a required condition?
100%
### What is the expected behavior? Why is that the expected behavior?
`./node --enable-fips -p 'crypto.getFips()` must return `1` as indicated in docs: https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-with-fips-compliant-openssl
### What do you see instead?
` ./node --enable-fips -p 'crypto.getFips()'`
./node: OpenSSL error when trying to enable FIPS:
40EC6CFCCA7F0000:error:1C8000D5:Provider routines:SELF_TEST_post:missing config data:providers/fips/self_test.c:290:
Version
v20.0.0-pre
Platform
Linux server 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
Follow the instruction https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-with-fips-compliant-openssl to build
node
with quic support, but then I finnaly compile and testnode
:./node --enable-fips -p 'crypto.getFips()
, I got error:./node: OpenSSL error when trying to enable FIPS:
40EC6CFCCA7F0000:error:1C8000D5:Provider routines:SELF_TEST_post:missing config data:providers/fips/self_test.c:290:
3.0.8+quic
true
The text was updated successfully, but these errors were encountered: