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

How To Fix Node.js Https Server "ssl Error"?

I'm trying to use express in conjunction with a node.js https server, but I'm getting a war… Read more How To Fix Node.js Https Server "ssl Error"?

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

Develop A Chrome Extension That Overrides Ssl Certificate Exception For A Self Signed Certificate

I frequently access a trusted website that uses a self signed certificate. Every time I access it I… Read more Develop A Chrome Extension That Overrides Ssl Certificate Exception For A Self Signed Certificate

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

Get And Update Text Every Few Seconds From An Http Source To An Https Website

So, I have a radio station, my host provider does not have a SSL certificate and I have an website … Read more Get And Update Text Every Few Seconds From An Http Source To An Https Website

React-router Issue When Refreshing Urls With Ssl Enabled

Currently I'm experiencing problems using react-router's BrowserHistory with an nginx proxy… Read more React-router Issue When Refreshing Urls With Ssl Enabled

Installing Custom Ssl Certificate In Node (unable_to_verify_leaf_signature)

I'm trying to access an API, but I'm getting the following error: { FetchError: request to … Read more Installing Custom Ssl Certificate In Node (unable_to_verify_leaf_signature)

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