ladjs / superagent

Ajax for Node.js and browsers (JS HTTP client). Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs.
https://ladjs.github.io/superagent/
MIT License
16.58k stars 1.33k forks source link

Where is "How to ignore ssl certificates" documented? #1625

Open cge opened 3 years ago

cge commented 3 years ago

Hi @niftylettuce , the following issue How to ignore ssl certificates was closed with comment: v5.1.1 released that resolves this issue.

Please inform users how to use this feature.

ryantan commented 3 years ago

It's documented in https://github.com/visionmedia/superagent/blob/master/docs/index.md#tls-options

A quick check of the commits that went into 5.1.1 revealed it.