insecure property
Whether to use the --insecure option (skip SSL verification).
When set to true, cURL will not verify SSL certificates. This should only be used for testing purposes.
Implementation
final bool insecure;
Whether to use the --insecure option (skip SSL verification).
When set to true, cURL will not verify SSL certificates. This should only be used for testing purposes.
final bool insecure;