The 'tlsClientError' event is emitted when an error occurs before a secure
connection is established. The listener callback is passed two arguments when
called:
exception{Error} TheErrorobject describing the errortlsSocket{tls.TLSSocket} Thetls.TLSSocketinstance from which the error originated.
