Node.js and openSSL

'javax.net.debug - Debugging SSL Socket Communication' tutorial was cited in a blog article in 2014.

The javax.net.debug - Debugging SSL Socket Communication tutorial was cited in a blog article in 2014.

Subject: Node.js and openSSL
Date: Jan 28, 2014
Author: Vitor
Source: http://www.fitter-happier.net/tech/node.js-and-openSSL/

The other day I was developing a REST API with a Node.js HTTPS Server,
and what was supposed to be a direct application of basic TLS, became
a quest to find a simple but rather hidden problem.

While I was testing a REST API in isolation, I had the server running
with a self-signed certificate. Moving forward my server wouldn’t be
talking directly with the clients’ browsers, but with a proxy server
instead. For improved security (although we are in an intranet) both
servers would have to validate each others identity, so this mean two-
way certificate authentication.

...

The only thing I can think of would be to turn on SSL debugging on the
server (javax.net.debug=all). I’ve done that before when I had issues
establishing a TLS session with a Tibco EMS server and that was the
only way for me to find out a similar mismatch of supported cipher
suites. Some more info here: https://www.herongyang.com/JDK/SSL-Socket-
Communication-Debug-javax-net-debug.html
...

Table of Contents

 About This Book

 Reference Citations in 2023

 Reference Citations in 2022

 Reference Citations in 2021

 Reference Citations in 2020

 Reference Citations in 2019

 Reference Citations in 2018

 Reference Citations in 2017

 Reference Citations in 2016

 Reference Citations in 2015

Reference Citations in 2014

 org.apache.commons.io.input .ReversedLines FileReader

Node.js and openSSL

 MD5 算法在 Java 语言

 Rpc Encoded requires encodingStyle on body #12

 Java 操作 Oracle CLOB 字段

 Conjunto de resultados

 Java Programming (Course Notes)

 How to use nusoap to consume an online webservice?

 Wireless Spontaneous Network Creation ...

 MySQL prepared statement in Java not returning a value

 All chocolatey commands come back as "/c: ..."

 Hack Go – generate non-FIPS DSA key parameters...

 How to take adb logcat, and store it in system?

 Loose Coupling and Substitution Principle ...

 Ruby Driver 1.0 for Apache Cassandra Documentation

 Reference Citations in 2013

 Reference Citations in 2012

 Reference Citations in 2011

 Reference Citations in 2010

 Reference Citations in 2009

 Reference Citations in 2008

 Reference Citations in 2007

 Reference Citations in 2006

 Reference Citations in 2005

 Reference Citations in 2004

 Reference Citations in 2003