August 22, 2024
theguild-bot
released this
22 Aug 10:47
·
333 commits
to master
since this release
@whatwg-node/[email protected]
Patch Changes
-
#1592
71c79c6
Thanks @ardatan! - When cURL is used as the HTTP client
implementation instead of node:http,SSL_VERIFYPEER
should be setfalse
when the
NODE_TLS_REJECT_UNAUTHORIZED
environment variable is set to0
.CAINFO
should be set to the
value of theNODE_EXTRA_CA_CERTS
environment variable.This allows the cURL client to use the same CA certificates and SSL configuration as
node:http
-
#1592
71c79c6
Thanks @ardatan! - Whenagent
is provided inRequest
, use
node:http
instead ofnode-libcurl