https://bz.apache.org/bugzilla/show_bug.cgi?id=58244

--- Comment #12 from Christopher Schultz <ch...@christopherschultz.net> ---
David, you still haven't said whether this is a case of the browser not sending
the certificate or the servlet ignoring it when it's sent. Using Wireshark
should allow you to do that.

If the browser does not send the certificate, the only way for Tomcat to deal
with that would be to store the certificate (and chain?) somewhere along with a
mapping to the TLS session identifier (which should ALWAYS be available).

If a TLS session re-start occurs, the client cert should be presented again,
and there should be continuity, there. Please confirm also that, when the cert
disappears, that your TLS and HTTP sessions are not interrupted.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to