Run gwt with https enabled?

前端 未结 1 1422
小蘑菇
小蘑菇 2021-01-16 03:22

I\'m currently running a GWT site with no security, but need to make the switch over to HTTPS.

The working non-secure version runs with these arguments:



        
1条回答
  •  隐瞒了意图╮
    2021-01-16 03:45

    Assuming you are trying to use the embedded jetty server, SSL support was added in r9628. You are using GWT 2.1, so either try to update to a more recent version (at least GWT 2.3), or use an external SSL-preconfigured server for your application (option -noserver).

    0 讨论(0)
提交回复
热议问题