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

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

Not Able Emit Message After Adding Ssl Over Socket.io

I had built an application using Node JS and socket.io. It was working fine. Since I had to move th… Read more Not Able Emit Message After Adding Ssl Over Socket.io

Node.js - Listener Must Be A Function Error

I'm trying to convert the accepted answer on (How to create a simple http proxy in node.js?) fr… Read more Node.js - Listener Must Be A Function Error

Ssl Connection In Javascript

Is it possible to establish an SSL connection from a JavaScript? Or directly in Phonegap? I don… Read more Ssl Connection In Javascript

Websocket Ssl Connection

I am trying to test a secure websocket but I'm having trouble. Here is my test: var WebSocket =… Read more Websocket Ssl Connection

Browser: Make An HTTPS GET Request To API That Uses Self-signed Certificate. Programmatically Without Any Work On The User Side

I need to call an HTTPS REST API (Kubernetes) that uses self-signed certificates (almost all Kubern… Read more Browser: Make An HTTPS GET Request To API That Uses Self-signed Certificate. Programmatically Without Any Work On The User Side

SSL With Node / IIS

My current setup with the company i've joined is IIS is being used as our main web server, usin… Read more SSL With Node / IIS