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 a5f3b6f commit 5eb11baCopy full SHA for 5eb11ba
lib/_tls_common.js
@@ -71,7 +71,7 @@ exports.createSecureContext = function createSecureContext(options, context) {
71
}
72
73
// NOTE: It is important to set the key after the cert.
74
- // `ssl_set_pkey` returns `0` when the key does not much the cert, but
+ // `ssl_set_pkey` returns `0` when the key does not match the cert, but
75
// `ssl_set_cert` returns `1` and nullifies the key in the SSL structure
76
// which leads to the crash later on.
77
if (options.key) {
0 commit comments