overrideBadCertificate property

bool overrideBadCertificate
final

Toggle to override bad SSL certificates.

If set to true, the client will ignore SSL certificate validation errors. This is useful for testing environments with self-signed certificates. However, it should be used with caution in production environments as it can expose the application to security risks.

Implementation

final bool overrideBadCertificate;