OTEL_SSL_INSECURE_SKIP_VERIFY - UFTP configuration option
Description
The OTEL_SSL_INSECURE_SKIP_VERIFY option specifies whether to validate the Opentelemetry Collector's (server's) certificate against the locally configured CA certificate (specified by OTEL_CA_CERT_PATH option).
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Long Form | -otel_ssl_insecure_skip_verify value | ||||
Configuration File Keyword | otel_ssl_insecure_skip_verify value | ||||
Environment Variable | OTEL_SSL_INSECURE_SKIP_VERIFY=value |
Note
This option is NOT available on:
- Solaris
- HP-UX
- z/OS
Values
value is case-insensitive and must be either YES or NO.
Default is NO (Opentelemetry Collector's certificate will NOT be validated).