The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-https-eof-for-eom.js @ 6f043940

History | View | Annotate | Download (3.22 KB)

# Date Author Comment
3806cf0d 09/14/2012 06:19 PM Ben Noordhuis

test: set rejectUnauthorized in tls/https tests

Update the tls and https tests to explicitly set rejectUnauthorized instead of
relying on the NODE_TLS_REJECT_UNAUTHORIZED environment variable getting set.

35607f3a 09/14/2012 06:19 PM Ben Noordhuis

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...

850609ea 11/02/2011 07:38 PM Ryan Dahl

Remove separation of libuv tests

87286cc7 10/05/2011 09:51 PM Colton Baker

Fixed a lot of jslint errors.

Fixes #1831

4e1d6fca 08/24/2011 02:45 AM Ryan Dahl

Mark tests which are broken in libuv

75a0cf97 05/02/2011 06:03 PM Ryan Dahl

cleartextstream.destroy() should destroy socket.

This fixes a critical bug see in MJR's production. Very difficult to build a
test case. Sometimes HTTPS server gets sockets that are hanging in a
half-duplex state.

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

c365f560 02/15/2011 08:13 PM Ryan Dahl

https was missing 'end' event sometimes

Closes GH-671.