<p dir="ltr">Can you update to the latest version of undertow? I think there have been a couple of changes in this area</p>
<p dir="ltr">Stuart</p>
<div class="gmail_quote">On 11 May 2016 11:40 PM, &quot;Brian Call&quot; &lt;<a href="mailto:brian.call@primacinema.com">brian.call@primacinema.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi Guys,<div><br></div><div>First off, I’m trying to figure out whether or not I’m dealing with a bug or a user error on this one, so my apologies for spamming everyone. There is scant information pertaining to this error anywhere that I found as google only returned a single result, and that was to the messages class containing the message code. </div><div><br></div><div>I’m seeing this exception on TLS negotiation using client certs and I just can’t figure out what’s being renegotiated or why there would be a timeout. It’s all happening in milliseconds so I’m very confused, especially since it seems to happen intermittently and under varying circumstances. I’ve examined the source code for the wildly-10 version undertow that I’m using and I just can’t figure it out. Any hints in the right direction would be greatly appreciated. </div><div><br></div><div>Blessings,</div><div>Brian</div><div><br></div><div>Here’s the stack trace:</div><div><br></div><div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)">2016-05-11 20:27:51,766 ERROR [io.undertow.request] (default task-7) UT005023: Exception handling request to /ppi/whoami: java.lang.IllegalStateException: UT000124: renegotiation timed out</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.server.ConnectionSSLSessionInfo.renegotiateNoRequest(ConnectionSSLSessionInfo.java:175)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.server.ConnectionSSLSessionInfo.renegotiate(ConnectionSSLSessionInfo.java:89)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.security.impl.ClientCertAuthenticationMechanism.getPeerCertificates(ClientCertAuthenticationMechanism.java:125)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.security.impl.ClientCertAuthenticationMechanism.authenticate(ClientCertAuthenticationMechanism.java:92)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:233)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:250)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.access$100(SecurityContextImpl.java:219)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.security.impl.SecurityContextImpl.attemptAuthentication(SecurityContextImpl.java:121)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.security.impl.SecurityContextImpl.authTransition(SecurityContextImpl.java:96)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.security.impl.SecurityContextImpl.authenticate(SecurityContextImpl.java:89)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:55)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.server.handlers.DisableCacheHandler.handleRequest(DisableCacheHandler.java:33)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:793)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)"><span style="white-space:pre-wrap">        </span>at java.lang.Thread.run(Thread.java:745)</div></div></div><br>_______________________________________________<br>
undertow-dev mailing list<br>
<a href="mailto:undertow-dev@lists.jboss.org">undertow-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/undertow-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/undertow-dev</a><br></blockquote></div>