Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796007b commit ae44e5fCopy full SHA for ae44e5f
test/parallel/test-https-agent-additional-options.js
@@ -34,6 +34,8 @@ const updatedValues = new Map([
34
['dhparam', fixtures.readKey('dh2048.pem')],
35
['ecdhCurve', 'secp384r1'],
36
['honorCipherOrder', true],
37
+ ['minVersion', 'TLSv1.1'],
38
+ ['maxVersion', 'TLSv1.3'],
39
['secureOptions', crypto.constants.SSL_OP_CIPHER_SERVER_PREFERENCE],
40
['secureProtocol', 'TLSv1_1_method'],
41
['sessionIdContext', 'sessionIdContext'],
0 commit comments