2016-01-26 9:13 GMT+01:00 Martin Grigorov <mgrigo...@apache.org>:

>
> With Rémy's help I was able to test my apps with HTTP2 without APR.
> My conf/server.conf looks like:
>
> <Listener className="org.apache.catalina.core.AprLifecycleListener"
> SSLEngine="on" *aprPreferred="false"* />
>     <Connector port="8443"
> protocol="org.apache.coyote.http11.Http11Nio2Protocol"
>                maxThreads="150" SSLEnabled="true"
>
> *sslImplementationName="org.apache.tomcat.util.net.openssl.OpenSSLImplementation"*
> >
>         <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol"
> />
>         <SSLHostConfig honorCipherOrder="false"></SSLHostConfig>
>     </Connector>
>
> Thanks, Rémy!
>

No problem. Since you apparently really want to use NIO2 + SSL, let us know
if you run into:
https://bz.apache.org/bugzilla/show_bug.cgi?id=58721

Rémy

Reply via email to