/tls-nodejs

A TLS-based client-server connection self-signing the certificates using OpenSSL.

Primary LanguageShell

tls-nodejs

A TLS-based client-server connection self-signing the certificates using OpenSSL.

Running

Install OpenSSL, then:

$ setup.sh
$ node tlsServer.js
$ node tlsClient.js # in another terminal window

You should be able to see the execution logs at the terminal windows.