Attempt to read raw TLS properties exposed on a Node.js TLSSocket.
This requires Node.js >= 20 with enableTrace: true or a custom TLS
server that exposes socket._tlsConnectState / socket.getPeerCertificate.
Returns a partial TlsProfile with whatever information is available from
the socket; most fields typically require a reverse-proxy to inject headers
(see createTlsMiddleware).
Attempt to read raw TLS properties exposed on a Node.js
TLSSocket.This requires Node.js >= 20 with
enableTrace: trueor a custom TLS server that exposessocket._tlsConnectState/socket.getPeerCertificate.Returns a partial
TlsProfilewith whatever information is available from the socket; most fields typically require a reverse-proxy to inject headers (seecreateTlsMiddleware).