Skip to content

Instantly share code, notes, and snippets.

@olayinkam
olayinkam / hyperquest_test.js
Created December 19, 2013 07:10
HTTPS requests result in UNABLE_TO_VERIFY_LEAF_SIGNATURE
var https = require("https");
var curaUrl = "https://packages.curasystems.com/packages/datepicker-for-angular?version=0.0.2";
var googleUrl = "https://google.de";
var options = {
strictSSL: false
};