summaryrefslogtreecommitdiff
path: root/doc/api/https.md
diff options
context:
space:
mode:
authorkobelb <brandon.kobel@elastic.co>2016-10-28 07:27:03 -0400
committerRoman Reiss <me@silverwind.io>2016-11-01 19:42:56 +0100
commitfacd843fc5346fd152fe09c300e90d07b0707f81 (patch)
tree72fa798977d22c0bc28826b482233f9f5224c72f /doc/api/https.md
parent21427fded9ee8bb7b4eabbc1d75ed2355ac64b54 (diff)
downloadandroid-node-v8-facd843fc5346fd152fe09c300e90d07b0707f81.tar.gz
android-node-v8-facd843fc5346fd152fe09c300e90d07b0707f81.tar.bz2
android-node-v8-facd843fc5346fd152fe09c300e90d07b0707f81.zip
doc: update OpenSSL links
PR-URL: https://github.com/nodejs/node/pull/9338 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
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 bc0e4114c3..3af6dedcd9 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -203,7 +203,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/man1.0.2/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
@@ -267,7 +267,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/man1.0.2/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_urlstring_parsequerystring_slashesdenotehost