summaryrefslogtreecommitdiff
path: root/doc/api/https.md
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2016-05-17 19:52:54 +0200
committersilverwind <me@silverwind.io>2016-05-17 21:24:41 +0200
commit50261929bdfe489384cedf8dfd3f2e8e98b6dbb5 (patch)
tree39a218b67685f24468dfa4618bc708913107c111 /doc/api/https.md
parentdcccbfdc799d174901c29d82874457367231fec5 (diff)
downloadnode-new-50261929bdfe489384cedf8dfd3f2e8e98b6dbb5.tar.gz
doc: update openssl.org hash links
The hash link format has changed from #HASH_LINK to #HASH-LINK. PR-URL: https://github.com/nodejs/node/pull/6817 Reviewed-By: Roman Klauke <romankl@users.noreply.github.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/https.md')
-rw-r--r--doc/api/https.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/https.md b/doc/api/https.md
index 69b5f41846..09c4b5d2b9 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -176,7 +176,7 @@ The following options from [`tls.connect()`][] can also be specified. However, a
certificates in PEM format. If this is omitted several well known "root"
CAs will be used, like VeriSign. These are used to authorize connections.
- `ciphers`: A string describing the ciphers to use or exclude. Consult
- <https://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT> for
+ <https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT> for
details on the format.
- `rejectUnauthorized`: If `true`, the server certificate is verified against
the list of supplied CAs. An `'error'` event is emitted if verification
@@ -240,7 +240,7 @@ var req = https.request(options, (res) => {
[`http.Server`]: http.html#http_class_http_server
[`https.Agent`]: #https_class_https_agent
[`https.request()`]: #https_https_request_options_callback
-[`SSL_METHODS`]: https://www.openssl.org/docs/ssl/ssl.html#DEALING_WITH_PROTOCOL_METHODS
+[`SSL_METHODS`]: https://www.openssl.org/docs/ssl/ssl.html#DEALING-WITH-PROTOCOL-METHODS
[`tls.connect()`]: tls.html#tls_tls_connect_options_callback
[`tls.createServer()`]: tls.html#tls_tls_createserver_options_secureconnectionlistener
[`url.parse()`]: url.html#url_url_parse_urlstr_parsequerystring_slashesdenotehost