https://bz.apache.org/bugzilla/show_bug.cgi?id=67927
--- Comment #10 from Mark Thomas <ma...@apache.org> --- We need to allow in-progress usage of the old SSLContext to continue while new requests get the new SSLContext. We don't want new requests to have to wait for a long running request using the old SSLContext to complete. I agree we need some locking to make sure the 'current' SSLContext is updated in a thread-safe manner but I wouldn't classify that as pausing all requests. That looks to be in place on the Java side. It is rather hacky but I often find, if I can reproduce the issue, a few printf statements in the Native code can be very helpful. -- 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