OCSPResponse event (tls.TLSSocket)

Event: 'OCSPResponse'

function (response) { }

This event will be emitted if the requestOCSP option was set. response is a Buffer containing the server's OCSP response.

Traditionally, the response is a signed object from the server's CA that contains information about server's certificate revocation status.

doc_Nodejs
2016-04-30 04:40:39
Comments
Leave a Comment

Please login to continue.