summaryrefslogtreecommitdiff
path: root/doc/api/tls.md
diff options
context:
space:
mode:
authorRonald Eddy Jr <ronald_eddy@yahoo.com>2017-11-22 15:04:16 -0800
committerAnatoli Papirovski <apapirovski@mac.com>2017-11-23 16:06:35 -0500
commit7ab784000aad7df44a27d1dc2ad5a10395fd57e7 (patch)
tree17fd2ba92d1a214a8f6946e2c65293397494a2a7 /doc/api/tls.md
parent7f446f0fb20d53d68f5745f22852aafae7bd2922 (diff)
downloadandroid-node-v8-7ab784000aad7df44a27d1dc2ad5a10395fd57e7.tar.gz
android-node-v8-7ab784000aad7df44a27d1dc2ad5a10395fd57e7.tar.bz2
android-node-v8-7ab784000aad7df44a27d1dc2ad5a10395fd57e7.zip
doc: update http URLs to https in doc/api
PR-URL: https://github.com/nodejs/node/pull/17263 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Diffstat (limited to 'doc/api/tls.md')
-rw-r--r--doc/api/tls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 334efeb86f..4274c36d20 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -1013,7 +1013,7 @@ A key is *required* for ciphers that make use of certificates. Either `key` or
If the 'ca' option is not given, then Node.js will use the default
publicly trusted list of CAs as given in
-<http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt>.
+<https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt>.
## tls.createServer([options][, secureConnectionListener])