fs2-crypto icon indicating copy to clipboard operation
fs2-crypto copied to clipboard

Obtaining identity of connected client

Open NAJ10 opened this issue 5 years ago • 0 comments

When a client connects to a TLS server via TLS mutual authentication how does fs2-crypto expose the functionality to get information about the client that connected. With javax.net.ssl.SSLSocket it is possible to get the SSLSession and from there the certificates and principal etc of the client

NAJ10 avatar Jun 26 '19 13:06 NAJ10