summaryrefslogtreecommitdiff
path: root/jstests/ssl/upgrade_to_x509_ssl.js
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2015-03-22 12:08:42 -0400
committerSpencer T Brody <spencer@mongodb.com>2015-04-06 18:19:21 -0400
commit7baac52f05a3e0cbdb7168e51836f507eda99dff (patch)
tree0bec9669a362aabd5d8b5cbcdcba4f9418c42509 /jstests/ssl/upgrade_to_x509_ssl.js
parent9b278765717f4645f1469b389338d3ec055c3316 (diff)
downloadmongo-7baac52f05a3e0cbdb7168e51836f507eda99dff.tar.gz
SERVER-17450 Cleanup SSL test infrastructure
Diffstat (limited to 'jstests/ssl/upgrade_to_x509_ssl.js')
-rw-r--r--jstests/ssl/upgrade_to_x509_ssl.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/ssl/upgrade_to_x509_ssl.js b/jstests/ssl/upgrade_to_x509_ssl.js
index c80cbf677aa..a7f8b571d29 100644
--- a/jstests/ssl/upgrade_to_x509_ssl.js
+++ b/jstests/ssl/upgrade_to_x509_ssl.js
@@ -14,9 +14,6 @@ function authAllNodes() {
}
};
-// If we are running in use-x509 passthrough mode, turn it off
-// since it is not necessary for this test.
-TestData.useX509 = false;
load("jstests/ssl/libs/ssl_helpers.js");
opts = {sslMode:"allowSSL", sslPEMKeyFile: SERVER_CERT,