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

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

"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

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]

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

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

Https Xmlhttprequest Failing To Retrieve Correct Page

I am trying to get content of a page, but this page is secured using https. I tried to use XMLHttpR… Read more Https Xmlhttprequest Failing To Retrieve Correct Page