Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] jetty 9.4.6 demo

Lou,

Make sure you are trying to navigate to https://<yourhost>:8443. That should work. You'll get a similar error if you try to connect to port 8080 when using HTTPS:




Best,
Chris

On Fri, Jun 30, 2017 at 10:31 AM, Lou DeGenaro <lou.degenaro@xxxxxxxxx> wrote:
I downloaded and untar'd jetty 9.4.6.  I started it thus:
> cd $JETTY_HOME/demo-base/
> java -jar $JETTY_HOME/start.jar

I'm using Chrome Version 58.0.3029.81 (64-bit).

When I visit <my-host>:8080 I see the Jetty:// welcome page. Very nice.

When I visit <my-host>:8443 I see 

This page isn’t working

ERR_INVALID_HTTP_RESPONSE

What am I doing wrong?

Thanks.

Lou.

_______________________________________________
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