From 64cd073f6448123019852d56c0935c73320782ff Mon Sep 17 00:00:00 2001 From: Stephanie <52582720+stephmarie17@users.noreply.github.com> Date: Wed, 16 Apr 2025 13:05:27 -0700 Subject: [PATCH] DOCSP-49360 Remove extra comma in X509 code example (#605) (cherry picked from commit a878405c7173251c6dd9679834d3784a4fcb2843) --- source/fundamentals/authentication/x509.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fundamentals/authentication/x509.txt b/source/fundamentals/authentication/x509.txt index cb600700..326245da 100644 --- a/source/fundamentals/authentication/x509.txt +++ b/source/fundamentals/authentication/x509.txt @@ -121,7 +121,7 @@ see the corresponding syntax: }, UseTls = true, Server = new MongoServerAddress(""[, ""]), - Scheme = ConnectionStringScheme.MongoDBPlusSrv, // Needed when connecting to MongoDB Atlas + Scheme = ConnectionStringScheme.MongoDBPlusSrv // Needed when connecting to MongoDB Atlas }; Troubleshooting