Event: 'clientError'
function (exception, tlsSocket) { }
When a client connection emits an 'error'
event before a secure connection is established it will be forwarded here.
tlsSocket
is the tls.TLSSocket
that the error originated from.
Event: 'clientError'
function (exception, tlsSocket) { }
When a client connection emits an 'error'
event before a secure connection is established it will be forwarded here.
tlsSocket
is the tls.TLSSocket
that the error originated from.
Please login to continue.