Closed
Description
- Version:
master
- Platform: CI
arm64
- Subsystem: test,crypto
https://github.com/nodejs/node/blob/master/test/parallel/test-https-client-get-url.js
Look nasty, hopefully 🤞 it is just a flake
Error Message
fail (1)
Stacktrace
(node:57030) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
events.js:167
throw er; // Unhandled 'error' event
^
Error: 4396790469872:error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac:../deps/openssl/openssl/ssl/record/ssl3_record.c:469:
Emitted 'error' event at:
at TLSSocket.socketErrorListener (_http_client.js:399:9)
at TLSSocket.emit (events.js:182:13)
at TLSSocket._emitTLSError (_tls_wrap.js:600:10)
at TLSWrap.onerror (_tls_wrap.js:268:11)
/CC @nodejs/testing @nodejs/crypto
Activity