Disable certificate verification with Docker
How to disable certificate verification for a Snyk Broker Docker installation, for self-signed certificates
-e NODE_TLS_REJECT_UNAUTHORIZED=0Last updated
Was this helpful?
How to disable certificate verification for a Snyk Broker Docker installation, for self-signed certificates
To disable certificate verification, for example, in the case of self-signed certificates, add the following to the docker run command:
-e NODE_TLS_REJECT_UNAUTHORIZED=0Last updated
Was this helpful?
Was this helpful?

