From a1f227bc475bd5cb06771f73d78620f34ab1f342 Mon Sep 17 00:00:00 2001 From: Alex Bolduc Date: Fri, 17 Jul 2026 14:31:56 -0400 Subject: [PATCH] docs: align trustServerCertificate default value in docstring --- src/connection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection.ts b/src/connection.ts index 0ff2f90e3..e4d2dc081 100644 --- a/src/connection.ts +++ b/src/connection.ts @@ -838,7 +838,7 @@ export interface ConnectionOptions { * the driver raises an error and terminates the connection. Make sure the value passed to serverName exactly * matches the Common Name (CN) or DNS name in the Subject Alternate Name in the server certificate for an SSL connection to succeed. * - * (default: `true`) + * (default: `false`) */ trustServerCertificate?: boolean;