<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Thank you guys for getting back to me!</div><div class=""><br class=""></div><div class="">I’ve seen the latest source code and it appears vastly different than the version deployed with wildly 10. . I’ll first enable the SSL debug logging so I can post some additional information. Then I’ll do the upgrade.&nbsp;</div><div class=""><br class=""></div><div class="">I’ll get back to you guys here shortly.&nbsp;</div><div class=""><br class=""></div><div class="">Blessings,</div><div class="">Brian&nbsp;</div><br class=""><div><blockquote type="cite" class=""><div class="">On May 12, 2016, at 6:46 AM, Stuart Douglas &lt;<a href="mailto:sdouglas@redhat.com" class="">sdouglas@redhat.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><p dir="ltr" class="">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" class="">Stuart</p>
<div class="gmail_quote">On 11 May 2016 11:40 PM, "Brian Call" &lt;<a href="mailto:brian.call@primacinema.com" class="">brian.call@primacinema.com</a>&gt; wrote:<br type="attribution" class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="">Hi Guys,<div class=""><br class=""></div><div class="">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.&nbsp;</div><div class=""><br class=""></div><div class="">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.&nbsp;</div><div class=""><br class=""></div><div class="">Blessings,</div><div class="">Brian</div><div class=""><br class=""></div><div class="">Here’s the stack trace:</div><div class=""><br class=""></div><div class=""><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class="">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)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.server.ConnectionSSLSessionInfo.renegotiateNoRequest(ConnectionSSLSessionInfo.java:175)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.server.ConnectionSSLSessionInfo.renegotiate(ConnectionSSLSessionInfo.java:89)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.security.impl.ClientCertAuthenticationMechanism.getPeerCertificates(ClientCertAuthenticationMechanism.java:125)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.security.impl.ClientCertAuthenticationMechanism.authenticate(ClientCertAuthenticationMechanism.java:92)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </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)" class=""><span style="white-space:pre-wrap" class="">        </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)" class=""><span style="white-space:pre-wrap" class="">        </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)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.security.impl.SecurityContextImpl.attemptAuthentication(SecurityContextImpl.java:121)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.security.impl.SecurityContextImpl.authTransition(SecurityContextImpl.java:96)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.security.impl.SecurityContextImpl.authenticate(SecurityContextImpl.java:89)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </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)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.server.handlers.DisableCacheHandler.handleRequest(DisableCacheHandler.java:33)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </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)" class=""><span style="white-space:pre-wrap" class="">        </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)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </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)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </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)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </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)" class=""><span style="white-space:pre-wrap" class="">        </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)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:793)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)</div><div style="margin:0px;line-height:normal;color:rgb(69,69,69)" class=""><span style="white-space:pre-wrap" class="">        </span>at java.lang.Thread.run(Thread.java:745)</div></div></div><br class="">_______________________________________________<br class="">
undertow-dev mailing list<br class="">
<a href="mailto:undertow-dev@lists.jboss.org" class="">undertow-dev@lists.jboss.org</a><br class="">
<a href="https://lists.jboss.org/mailman/listinfo/undertow-dev" rel="noreferrer" target="_blank" class="">https://lists.jboss.org/mailman/listinfo/undertow-dev</a><br class=""></blockquote></div>
</div></blockquote></div><br class=""></body></html>