Daniel G. Taylor
675e85813f
https: Add `secureProtocol` docs
Add `secureProtocol` parameter docs to the https.request method.
12 years ago
Yi EungJun
852444a720
doc: https: Fix the link to tls.connect
12 years ago
Ryunosuke SATO
83161455bd
doc: Fix missing link target to 'https.request()'
12 years ago
Francois Marier
44dd2c392a
doc: remove duplicate set of options
12 years ago
Francois Marier
326bce91d6
doc: reflect hostname v. host preference in examples
The documentation for http.request and https.request states that
`hostname` is preferred over `host` so the code examples should
use that option name.
12 years ago
Andreas Madsen
be5a8e24c2
doc: consistent use of the callback argument
12 years ago
Ben Noordhuis
35607f3a2d
tls, https: validate server certificate by default
This commit changes the default value of the rejectUnauthorized option from
false to true.
What that means is that tls.connect(), https.get() and https.request() will
reject invalid server certificates from now on, including self-signed
certificates.
There is an escape hatch: if you set the NODE_TLS_REJECT_UNAUTHORIZED
environment variable to the literal string "0", node.js reverts to its
old behavior.
Fixes #3949 .
13 years ago
Nathan Rajlich
2d0c1da975
docs: fix syntax error in "https" example
13 years ago
koichik
752ac320ae
https: make https.get() accept a URL
https.get() now accepts either a URL (as a string) or an options object.
Refs #2859 .
Fixes #3882 .
13 years ago
Ben Kelly
c6185c8484
doc: Improve cross-linking in API docs markdown
Cross-link EventEmitter references in API docs to events.html
Fix broken cross-reference links with wrong anchor names in API docs.
13 years ago
ssuda
fb7348ae06
crypto: add PKCS12/PFX support
Fixes #2845 .
13 years ago
isaacs
2d44dcc8be
doc: Add stability indicators to documentation
13 years ago
isaacs
c205d3b53a
doc refactor: https
13 years ago
isaacs
2806c6ce28
doc refactor: https
13 years ago
koichik
ae762b620e
docs: add ciphers option to https.request()
13 years ago
koichik
f8c335d0ca
tls: enable rejectUnauthorized option to client
Fiexes #2247 .
13 years ago
kyle@dontkry.com
34f34e4411
docs: fix typo
Fixes #2193 .
13 years ago
koichik
f53d092a2a
tls, https: add passphrase option
Fixes #1925 .
13 years ago
koichik
00aa8935d7
docs: improvement fs, http and https
13 years ago
seebees
216570b5e1
Lint
13 years ago
seebees
a2eaddaa51
Documentation update
http.markdown
note options now align with url.parse
added note that hostname is preferred over host.
added auth
added not that setting an explicit Authorization header will override basic authentication with 'auth'
https.markdown
Made a link to http.request and noted that all http.request options are valid.
url.markdown
added path option
13 years ago
koichik
244675cab1
doc: HTTPS client's options
13 years ago
koichik
e7f64a7d41
doc: HTTPS client's options
Fixes #1494 .
13 years ago
koichik
1343ee8d54
Doc improvements.
14 years ago
Ryan Dahl
9a8e843ca3
Document options for https.request
Closes GH-768.
14 years ago
Ryan Dahl
db8736ad93
Add https.get()
14 years ago
Ryan Dahl
e65f6b4ce1
Initial pass at https client
14 years ago