August 22, 2024
·
1528 commits
to master
since this release
@whatwg-node/node-fetch@0.5.25
Patch Changes
-
#1592
71c79c6
Thanks @ardatan! - When cURL is used as the HTTP client
implementation instead of node:http,SSL_VERIFYPEERshould be setfalsewhen the
NODE_TLS_REJECT_UNAUTHORIZEDenvironment variable is set to0.CAINFOshould be set to the
value of theNODE_EXTRA_CA_CERTSenvironment variable.This allows the cURL client to use the same CA certificates and SSL configuration as
node:http -
#1592
71c79c6
Thanks @ardatan! - Whenagentis provided inRequest, use
node:httpinstead ofnode-libcurl