aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
525 stars 100 forks source link

New option: dangerously_accept_invalid_certs #236

Closed simnalamburt closed 2 years ago

simnalamburt commented 2 years ago

This patch adds an option to dangerously ignore all ceritificate verifications. This option must be used with extreme caution and should only be used as a last resort.

Closes #209, #230

Co-authored-by: Hyeon Kim simnalamburt@gmail.com

CC @quite