diff --git a/docs/client-configuration.md b/docs/client-configuration.md index 32ecbd9f0e..0600d8e576 100644 --- a/docs/client-configuration.md +++ b/docs/client-configuration.md @@ -57,8 +57,8 @@ createClient({ createClient({ socket: { tls: true, - rejectUnauthorized: true, + rejectUnauthorized: false, cert: '...' } }); -``` \ No newline at end of file +```