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

Sails.js Http + Https

I am trying to figure out how to lift a sails app that responds to both HTTP and HTTPS requests. I … Read more Sails.js Http + Https

Mixedcontent When I'm Loading Https Page Through Ajax, But Browser Still Thinks It's Http

After Installing SSL Cert on a web page, I had the problem where the page served with https would r… Read more Mixedcontent When I'm Loading Https Page Through Ajax, But Browser Still Thinks It's Http

"error: Getaddrinfo Enotfound" Error When Making An Https Request

here's the code in AWS Lambda function: var https = require('https'); exports.handler =… Read more "error: Getaddrinfo Enotfound" Error When Making An Https Request

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