# verifySSL

When set to true, the yc-360 script verifies the SSL certificate presented by the yCrash server.Set to false to bypass SSL verification (not recommended in production).

Type: boolean

Default: true

Example (YAML):

options:
  verifySSL: false
1
2

Example (CLI):

./yc -verifySSL false
1