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

Nginx, React, Node & Let's Encrypt... How To Point Nginx At My React App

I have a React app that I need to talk to a Node server running on port 5000(via pm2) and be the ro… Read more Nginx, React, Node & Let's Encrypt... How To Point Nginx At My React App

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

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

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

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

Detecting Ssl Browser Support

How can you detect if the client browser has SSL support? I am not refering to the server Variables… Read more Detecting Ssl Browser Support

Documentation Or Examples For ''newsession'' And 'resumesession' Events In Tls Module For Node.js

I am having a hard time finding documentation and examples for the 'newSession' and 're… Read more Documentation Or Examples For ''newsession'' And 'resumesession' Events In Tls Module For Node.js

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