Method to access SSL certificates at handshake #242
Labels
API (Both)
Impacts the client and server API
enhancement
Adding a new feature or improving an existing one
Milestone
When a WS connection is established through a secure TLS connection, it would be useful to get info about the certificates used. In a JAX-RS ContainerRequestFilter I'm used to get this information using:
I tried to use a similar approach in a custom ServerEndpointConfig.Configurator, looking for the same information in the HandshakeRequest, but I couldn't find a way to get it.
The text was updated successfully, but these errors were encountered: