LearnBoost / tobi

Tobi: Expressive server-side functional testing with jQuery
409 stars 33 forks source link

support to take tls options for a request. #93

Open yssk22 opened 11 years ago

yssk22 commented 11 years ago

From Node 0.10.0, when we use https, rejectUnauthorized is false by default (joyent/node#3949) so that we need to configure this option when we use tobi against the server with self-signed certification.

This patch make it enable to configure TLS options in https request including rejectUnauthorized.