Skip to content

August 22, 2024

Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 22 Aug 10:47
· 333 commits to master since this release
47e45ea

@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 set false when the
    NODE_TLS_REJECT_UNAUTHORIZED environment variable is set to 0. CAINFO should be set to the
    value of the NODE_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! - When agent is provided in Request, use
    node:http instead of node-libcurl