Skip to content

Commit 666f2d0

Browse files
committed
PHPC-1180: Enable weak cert validation for Evergreen SSL envs
1 parent 498707d commit 666f2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ OS=$(uname -s | tr '[:upper:]' '[:lower:]')
1717
export REPORT_EXIT_STATUS=1
1818

1919
if [ "$SSL" = "yes" ]; then
20-
MONGODB_URI="${MONGODB_URI}/?ssl=true"
20+
MONGODB_URI="${MONGODB_URI}/?ssl=true&sslallowinvalidcertificates=true"
2121
fi
2222

2323
echo "Running $AUTH tests, connecting to $MONGODB_URI"

0 commit comments

Comments
 (0)