We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8cfd4 commit 822bbe0Copy full SHA for 822bbe0
test/internet/test-tls-add-ca-cert.js
@@ -22,7 +22,7 @@ function loadPEM(n) {
22
23
const caCert = loadPEM('ca1-cert');
24
25
-var opts = {
+const opts = {
26
host: 'www.nodejs.org',
27
port: 443,
28
rejectUnauthorized: true
0 commit comments