enabled | bool | yes | no | Whether custom TLS settings are enabled. The value defaults to false . |
skip_cert_verify | bool | yes | no | Whether to skip server side certificate verification. The value defaults to false . |
enable_renegotiation | bool | yes | no | Whether to allow the remote server to repeatedly request renegotiation. |
| | | | Enable this option if you're seeing the error message local error: tls: no renegotiation . The value defaults to false . |
root_cas | string | yes | yes | An optional root certificate authority to use. |
| | | | This is a string, representing a certificate chain from the parent trusted root certificate, |
| | | | to possible intermediate signing certificates, to the host certificate. The value defaults to "" . |
client_certs | []client_certs | yes | no | A list of client certificates to use. . The value defaults to [] . |