Comment # 24 on bug 1205042 from
Example of error now in nodejs:

[ 1611s] not ok 3733 sequential/test-tls-connect
[ 1611s]   ---
[ 1611s]   duration_ms: 0.546
[ 1611s]   severity: fail
[ 1611s]   exitcode: 1
[ 1611s]   stack: |-
[ 1611s]     node:assert:750
[ 1611s]         throw err;
[ 1611s]         ^
[ 1611s]     
[ 1611s]     AssertionError [ERR_ASSERTION]: The input did not match the
regular expression /no cipher match/i. Input:
[ 1611s]     
[ 1611s]     'Error: error:80000002:system library::No such file or directory'
[ 1611s]     
[ 1611s]         at Object.<anonymous>
(/home/abuild/rpmbuild/BUILD/node-v19.1.0/test/sequential/test-tls-connect.js:53:10)
[ 1611s]         at Module._compile (node:internal/modules/cjs/loader:1205:14)
[ 1611s]         at Module._extensions..js
(node:internal/modules/cjs/loader:1259:10)
[ 1611s]         at Module.load (node:internal/modules/cjs/loader:1068:32)
[ 1611s]         at Module._load (node:internal/modules/cjs/loader:909:12)
[ 1611s]         at Function.executeUserEntryPoint [as runMain]
(node:internal/modules/run_main:82:12)
[ 1611s]         at node:internal/main/run_main_module:23:47 {
[ 1611s]       generatedMessage: true,
[ 1611s]       code: 'ERR_ASSERTION',
[ 1611s]       actual: Error: error:80000002:system library::No such file or
directory
[ 1611s]           at configSecureContext
(node:internal/tls/secure-context:230:11)
[ 1611s]           at Object.createSecureContext (node:_tls_common:117:3)
[ 1611s]           at Object.connect (node:_tls_wrap:1626:48)
[ 1611s]           at
/home/abuild/rpmbuild/BUILD/node-v19.1.0/test/sequential/test-tls-connect.js:54:9
[ 1611s]           at getActual (node:assert:757:5)
[ 1611s]           at Function.throws (node:assert:903:24)
[ 1611s]           at Object.<anonymous>
(/home/abuild/rpmbuild/BUILD/node-v19.1.0/test/sequential/test-tls-connect.js:53:10)
[ 1611s]           at Module._compile
(node:internal/modules/cjs/loader:1205:14)
[ 1611s]           at Module._extensions..js
(node:internal/modules/cjs/loader:1259:10)
[ 1611s]           at Module.load (node:internal/modules/cjs/loader:1068:32) {
[ 1611s]         opensslErrorStack: [ 'error:0A0000B9:SSL routines::no cipher
match' ],
[ 1611s]         library: 'system library'
[ 1611s]       },
[ 1611s]       expected: /no cipher match/i,
[ 1611s]       operator: 'throws'
[ 1611s]     }
[ 1611s]     
[ 1611s]     Node.js v19.1.0


You are receiving this mail because: