summarylogtreecommitdiffstats
path: root/fix-test-tls-session-cache.patch
blob: 383c9cb2b153be4c3b6567ae23ec8f6ae63d74f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Extracted from https://github.com/nodejs/node/commit/640fe943544d

--- test/parallel/test-tls-session-cache.js.orig	2022-11-01 17:03:41.226108382 +0000
+++ test/parallel/test-tls-session-cache.js	2022-11-01 17:05:41.634992504 +0000
@@ -50,6 +50,7 @@ function doTest(testOptions, callback) {
     requestCert: true,
     rejectUnauthorized: false,
     secureProtocol: 'TLS_method',
+    ciphers: 'RSA@SECLEVEL=0'
   };
   let requestCount = 0;
   let resumeCount = 0;