diff --git a/_clients/javascript.md b/_clients/javascript.md index 2c4946f4..55134c00 100644 --- a/_clients/javascript.md +++ b/_clients/javascript.md @@ -56,6 +56,7 @@ var client = new Client({ node: protocol + '://' + auth + '@' + host + ':' + port, ssl: { ca: fs.readFileSync(ca_certs_path), + // You can turn off certificate verification (rejectUnauthorized: false) if you're using self-signed certificates with a hostname mismatch. // cert: fs.readFileSync(client_cert_path), // key: fs.readFileSync(client_key_path) }