net::ERR_INSECURE_RESPONSE while making ajax request from node-webkit net::ERR_INSECURE_RESPONSE while making ajax request from node-webkit ajax ajax

net::ERR_INSECURE_RESPONSE while making ajax request from node-webkit


The problem here is that the browser is blocking the call to that server because that server has an invalid certificate. Since it is a localhost server, it is a self-signed certificate. The best way to get around this is to try one of the following...