LearnBoost / tobi

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

Feature/self signed ssl support #92

Closed yssk22 closed 11 years ago

yssk22 commented 11 years ago

From Node 0.10.0, when we use https, rejectUnauthorized is false by default (https://github.com/joyent/node/issues/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.

yssk22 commented 11 years ago

sorry, this patch includes another patch. recreated #93