Skip to content

Commit a1db60d

Browse files
committed
CDRIVER-2505 fix windows ssl
1 parent 771ad49 commit a1db60d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/link-sample-program-msvc.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ if "%LINK_STATIC%"=="1" (
8585
cd %EXAMPLE_DIR%
8686

8787
if "%ENABLE_SSL%"=="1" (
88-
cp ..\..\..\..\tests\x509gen\client.pem .
89-
cp ..\..\..\..\tests\x509gen\ca.pem .
88+
cp ..\..\..\tests\x509gen\client.pem .
89+
cp ..\..\..\tests\x509gen\ca.pem .
9090
set MONGODB_EXAMPLE_URI="mongodb://localhost/?ssl=true&sslclientcertificatekeyfile=client.pem&sslcertificateauthorityfile=ca.pem&sslallowinvalidhostnames=true"
9191
)
9292

0 commit comments

Comments
 (0)