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-connect-pipe.js @ 6f043940

History | View | Annotate | Download (1.82 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.

f347077e 08/30/2012 06:23 PM Shigeki Ohtsu

tls: support unix domain socket/named pipe in tls.connect