diff options
author | Charlie <charlie.swanson@10gen.com> | 2015-03-24 13:46:51 -0400 |
---|---|---|
committer | Charlie <charlie.swanson@10gen.com> | 2015-03-24 13:46:51 -0400 |
commit | 6d33c3637e073c83138919a5472b181c65a48d08 (patch) | |
tree | 2e5a710bad1f191ce5f55fa72ce288b7ff89c03f /jstests/ssl/upgrade_to_x509_ssl.js | |
parent | 574810647c6bd93415ecfdcf21b45d1c3588288c (diff) | |
download | mongo-6d33c3637e073c83138919a5472b181c65a48d08.tar.gz |
Revert "SERVER-17450 Cleanup SSL test infrastructure"
This reverts commit 43e53251a30e680fb57a3f042f66910355197cde.
Diffstat (limited to 'jstests/ssl/upgrade_to_x509_ssl.js')
-rw-r--r-- | jstests/ssl/upgrade_to_x509_ssl.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/ssl/upgrade_to_x509_ssl.js b/jstests/ssl/upgrade_to_x509_ssl.js index a7f8b571d29..c80cbf677aa 100644 --- a/jstests/ssl/upgrade_to_x509_ssl.js +++ b/jstests/ssl/upgrade_to_x509_ssl.js @@ -14,6 +14,9 @@ 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, |