How to enable HTTPS in GWT's Jetty?

后端 未结 2 1166
走了就别回头了
走了就别回头了 2021-02-04 10:09

How can I enable HTTPS in Jetty, which comes with GWT?

2条回答
  •  独厮守ぢ
    2021-02-04 10:12

    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.

提交回复
热议问题