Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] IE11 shows only "invalid_preface" when HTTP2 is enabled

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 / joakim@xxxxxxxxxxx

On Wed, Jul 29, 2015 at 7:47 AM, Michele Rossi <michele.rossi@xxxxxxxxx> 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
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top