Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty - Dynamic MTLS

Hi,

On Fri, Mar 4, 2022 at 7:14 AM jim lizzi <jliz2803@xxxxxxxxxxx> wrote:
>
> Hello Jetty Community,
> I was curious if anyone knew how to implement a Dynamic MTLS solution in Jetty? We have a use case where we need to do device authentication. We want each device to have a different client certificate for security reasons. Is there a way to dynamically pull and validate the server certificate with the one the client sent in? I was combing through the SslContextFactory and ServerConnector java classes, but could not quite figure out which method to override if I extended them. Any help would be greatly appreciated.
>
> StackOverflow Question: https://stackoverflow.com/questions/71347190/jetty-dynamic-mtls

Answered on SO.


--
Simone Bordet
---
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless.   Victoria Livschitz


Back to the top