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-tls-over-http-tunnel.js @ 6f043940

History | View | Annotate | Download (5.16 KB)

# Date Author Comment
7f303707 02/19/2013 02:41 PM isaacs

test: Fix regression in tls test

Undefined reference, introduced by a77c29a.

a77c29a0 02/19/2013 05:22 AM isaacs

test: Fix tls tests which fail sporadically

The count of ECONNRESETs is dependent on timing, and thus unreliable,
especially on Linux machines.

c34326b2 02/12/2013 06:00 AM Fedor Indutny

test: fix tests after ECONNRESET patch

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

7ae0d473 02/19/2012 02:46 PM koichik

test: fix test-tls-over-http-tunnel with v0.7

0cdf85e2 02/18/2012 06:34 PM isaacs

Lint all the JavaScripts.

14b20ffc 02/14/2012 02:53 PM Igor Zinkovsky

add tls-over-http-tunnel test