Skip to content

Instantly share code, notes, and snippets.

Verifying my Blockstack ID is secured with the address 1N4mtAb7f7NLeikmcJttKwuyCwQyRKqhpv https://explorer.blockstack.org/address/1N4mtAb7f7NLeikmcJttKwuyCwQyRKqhpv
@umutm
umutm / gist:94a8563153a9d618c1312c58c5d19646
Created March 21, 2017 12:30
SSL Handshake session/cache issue
var request = require('request')
var r = request({
url: 'https://google.com/',
method: 'HEAD',
gzip: true,
followRedirect: false,
followAllRedirects: false
});