summaryrefslogtreecommitdiff
path: root/jstests/ssl
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2019-04-25 17:11:47 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2019-04-25 17:12:22 -0400
commit544b928195637e46a72ef4a46671cd9b9aa9230b (patch)
treeeec9d2df5840d36c53acc087d7ac2c4c28b72a4b /jstests/ssl
parent8aadbf975651495e99bcde9d2e3d18e620bf7aa0 (diff)
downloadmongo-544b928195637e46a72ef4a46671cd9b9aa9230b.tar.gz
SERVER-40840 Disable tools testing in ssl_cert_password.js
Diffstat (limited to 'jstests/ssl')
-rw-r--r--jstests/ssl/ssl_cert_password.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/jstests/ssl/ssl_cert_password.js b/jstests/ssl/ssl_cert_password.js
index df2b0205d0a..3b3cb19e89d 100644
--- a/jstests/ssl/ssl_cert_password.js
+++ b/jstests/ssl/ssl_cert_password.js
@@ -39,6 +39,10 @@ requireSSLProvider('openssl', function() {
// 1 is the exit code for failure
assert(exit_code == 1);
+ /**
+ * SERVER-40840 Disable due to nodejs certificates not using minimal encoding for DER integers
+ *
+
// Test that mongodump and mongorestore support ssl
c = md.getDB("dumprestore_ssl").getCollection("foo");
assert.eq(0, c.count(), "dumprestore_ssl.foo collection is not initially empty");
@@ -170,6 +174,7 @@ requireSSLProvider('openssl', function() {
md5 = md5sumFile(external_scratch_dir + filename);
assert.eq(md5, md5_stored, "hash of stored file does not match the expected value");
+ */
if (!_isWindows()) {
// Stop the server