pub fn create_dangerous_rustls_config() -> ClientConfigExpand description
Creates a rustls ClientConfig that accepts any certificate.
ยงSecurity Warning
This configuration will accept ANY certificate, including:
- Self-signed certificates
- Expired certificates
- Certificates with wrong hostnames
- Certificates from untrusted CAs
Only use this for development or testing!