node-google-finance icon indicating copy to clipboard operation
node-google-finance copied to clipboard

SSL ERROR

Open devotox opened this issue 9 years ago • 1 comments

no-conflict.js:13 GET https://www.google.com:80/finance/historical?q=TWTR&startdate=2016-09-22&enddate=2016-10-20&output=csv net::ERR_SSL_PROTOCOL_ERRORRequest.end @ no-conflict.js:13Request.end @ no-conflict.js:13end @ no-conflict.js:13(anonymous function) @ no-conflict.js:13onNextTick @ no-conflict.js:13Item.run @ no-conflict.js:13drainQueue @ no-conflict.js:13 10no-conflict.js:13 Sentiment ====>

I believe this is due to the :80 on the url

devotox avatar Oct 20 '16 14:10 devotox

I believe this happens when you try to run it over an SSL connection but you are still using port 80

devotox avatar Oct 20 '16 15:10 devotox