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 b59af13 commit 104de8aCopy full SHA for 104de8a
test/parallel/test-tls-client-mindhsize.js
@@ -37,7 +37,7 @@ function test(size, err, next) {
37
server.listen(0, function() {
38
// Client set minimum DH parameter size to 2048 or 3072 bits
39
// so that it fails when it makes a connection to the tls
40
- // server where is too small
+ // server where it is too small
41
const minDHSize = common.hasOpenSSL(3, 2) ? 3072 : 2048;
42
const client = tls.connect({
43
minDHSize: minDHSize,
0 commit comments