Skip to content

Enabling FIPS results in library has no ciphers error #50543

Discussion options

You must be logged in to vote

How are you configuring your build? By default Node.js will look for nodejs_conf in any loaded OpenSSL configuration and will not by default process openssl_conf. You can set that back to openssl_conf with --openssl-conf-name:

node/BUILDING.md

Lines 794 to 805 in 4dbb017

### Configure OpenSSL appname
Node.js can use an OpenSSL configuration file by specifying the environment
variable `OPENSSL_CONF`, or using the command line option `--openssl-conf`, and
if none of those are specified will default to reading the default OpenSSL
configuration file `openssl.cnf`. Node.js will only read a section that is by
default named `nodejs_conf`, but this name c…

Replies: 7 comments 12 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@richardlau
Comment options

Answer selected by trevor-vaughan
@trevor-vaughan
Comment options

@trevor-vaughan
Comment options

@trevor-vaughan
Comment options

@trevor-vaughan
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@trevor-vaughan
Comment options

@mhdawson
Comment options

@trevor-vaughan
Comment options

@mhdawson
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #50542 on November 03, 2023 18:21.