insecure property

bool insecure
final

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;