If you use Client cert auth then this should happen automatically.
Otherwise you can do:
io.undertow.servlet.handlers.ServletRequestContext.current().getExchange().getConnection().getSslSessionInfo().renegotiate(ServletRequestContext.current().getExchange(),
SslClientAuthMode.REQUIRED);
Stuart
Marc Boorshtein wrote:
Does undertow have a way that I could trigger a tls renegotiation
from
inside of a servlet/filter? (Ie to request a client certificate)
Thanks
Marc
_______________________________________________
undertow-dev mailing list
undertow-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/undertow-dev