Thank you. I implemented the equivalent of this, and for a still-undiagnosed reason it fails to complete a connection. The certificate-key configuration works with Nginx, but not with Node/Express. Running openssl s_client -connect jpdev.pro:3000 -showcerts -prexit -state -debug -msg
on a client, I get a lot of output, of which the piece that seems most informative is: SSL_connect:failed in SSLv3 read finished A
51684:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:/BuildRoot/Library/Caches/com.apple.xbs/Sources/OpenSSL098/OpenSSL098-64.50.6/src/ssl/s23_lib.c:185:
Thank you. I implemented the equivalent of this, and for a still-undiagnosed reason it fails to complete a connection. The certificate-key configuration works with Nginx, but not with Node/Express. Running
openssl s_client -connect jpdev.pro:3000 -showcerts -prexit -state -debug -msg
on a client, I get a lot of output, of which the piece that seems most informative is:
SSL_connect:failed in SSLv3 read finished A 51684:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:/BuildRoot/Library/Caches/com.apple.xbs/Sources/OpenSSL098/OpenSSL098-64.50.6/src/ssl/s23_lib.c:185: