How can I enable HTTPS in Jetty, which comes with GWT?
There's a README-SSL.txt "hidden" in the gwt-dev.jar. You can find the latest version on Github.
In particular, add -server :ssl to the startup parameters of Jetty to use a default self-signed certificate for localhost.
-server :ssl
localhost