Skip to content Skip to sidebar Skip to footer
Showing posts with the label Https

Use Result Of Https Get Request [node.js]

I'm stuck with a small problem I think, but I can't find a way to solve it. I want to load … Read more Use Result Of Https Get Request [node.js]

Why Are Disqus Comments Not Loading Over Https?

The disqus comments are loading here: http://www.oddprints.com/help but not here: https://www.oddpr… Read more Why Are Disqus Comments Not Loading Over Https?

How To Fix Node.js Https Server "ssl Error"?

I'm trying to use express in conjunction with a node.js https server, but I'm getting a war… Read more How To Fix Node.js Https Server "ssl Error"?

Redirect From Http To Https Using Node.js/express

Is there any way I can change my web app to listen on HTTPS instead of HTTP. I'm using node.js/… Read more Redirect From Http To Https Using Node.js/express

JQuery AJAX To Node Server Throws Net::ERR_CONNECTION_REFUSED

I have disabled my firewall (ufw on Ubuntu 15.04 server). This seems to be the most common cause of… Read more JQuery AJAX To Node Server Throws Net::ERR_CONNECTION_REFUSED

Get Restify REST API Server To Support Both HTTPS And HTTP

I am using node.js restify ver4.0.3 The simple following code works as a simple REST API server tha… Read more Get Restify REST API Server To Support Both HTTPS And HTTP