<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/test/simple/test-https-client-get-url.js, branch move-debugger-tests</title>
<subtitle>github.com: joyent/node.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/'/>
<entry>
<title>tls, https: validate server certificate by default</title>
<updated>2012-09-14T22:19:06+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2012-08-30T13:14:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=35607f3a2dda03af8cf2dd3704c0c915e28aa774'/>
<id>35607f3a2dda03af8cf2dd3704c0c915e28aa774</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>https: make https.get() accept a URL</title>
<updated>2012-08-24T14:56:06+00:00</updated>
<author>
<name>koichik</name>
<email>koichik@improvement.jp</email>
</author>
<published>2012-08-18T05:18:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=752ac320ae48d266fdc5d61a3963857b8f343c10'/>
<id>752ac320ae48d266fdc5d61a3963857b8f343c10</id>
<content type='text'>
https.get() now accepts either a URL (as a string) or an options object.

Refs #2859.
Fixes #3882.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https.get() now accepts either a URL (as a string) or an options object.

Refs #2859.
Fixes #3882.
</pre>
</div>
</content>
</entry>
</feed>
