<div dir="ltr"><span style="font-size:12.800000190734863px">Hello undertow-dev,</span><div style="font-size:12.800000190734863px"><br></div><div style="font-size:12.800000190734863px">I&#39;m trying to use WildFly to send a push notification to iOS devices, which requires the use of HTTP/2. Using OkHttp (<a href="http://square.github.io/okhttp/" target="_blank">http://square.github.io/<wbr>okhttp/</a>), I was able to send a request successfully in an external java project using the JVM option: -Xbootclasspath/p:&lt;path-to-<wbr>alpn-boot-jar&gt;.</div><div style="font-size:12.800000190734863px"><br></div><div style="font-size:12.800000190734863px">After checking the documentation here: <a href="http://undertow.io/blog/2015/03/26/HTTP2-In-Wildfly.html" target="_blank">http://undertow.io/blog/<wbr>2015/03/26/HTTP2-In-Wildfly.<wbr>html</a>, I was unable to do the same in WildFly. When I run the server I get:</div><div style="font-size:12.800000190734863px"><br></div><blockquote style="font-size:12.800000190734863px;margin:0px 0px 0px 40px;border:none;padding:0px"><div><p style="margin:0px;font-size:11px;line-height:normal;font-family:menlo"><span style="font-variant-ligatures:no-common-ligatures">okhttp3.OkHttpClient  -- ALPN callback dropped: SPDY and HTTP/2 are disabled. Is alpn-boot on the boot class path?</span></p></div><br></blockquote><span style="font-size:12.800000190734863px">which leads me to think that it is not actually on the classpath. I have the same configuration as that in the blog post, except having Wildfly 10.0.1.Final instead of Wildfly 9.0.0.Beta1. I have the correct alpn-boot jar version since it already works outside of WildFly, but I do not know what else I could be missing. Thank you very much for your time.</span><br style="font-size:12.800000190734863px"><div style="font-size:12.800000190734863px"><br></div><div style="font-size:12.800000190734863px">Best,</div><div style="font-size:12.800000190734863px">Hanan</div></div>