Do not enable http2 that way If you are using --lib= you are not enabling it properly.
Use --module=http2 instead of those 3 --lib lines. Joakim Erdfelt / [email protected] On Wed, Jul 29, 2015 at 7:47 AM, Michele Rossi <[email protected]> wrote: > hi, > I am experimenting with Jetty 9.3.0 and HTTP2 which I have enabled as > follows: > > --lib=lib/http2/*.jar > --lib=lib/jetty-alpn-client-${jetty.version}.jar > --lib=lib/jetty-alpn-server-${jetty.version}.jar > > etc/jetty-http2.xml > etc/jetty-alpn.xml > > > It all works fine on Chrome (and thanks to a handy plugin I can see that > Chrome is actually using HTTP2) but on IE11 the page doesn't render at all > and all I get is "invalid_preface" on a white page. > > I am probably doing something glamorously wrong - any tips much > appreciated. > > thanks, > Michele > > > > _______________________________________________ > jetty-users mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users >
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
