Using HTTPS for web app development in Eclipse
I am working on a web app that requires to have HTTPS on the client side . The problem with using eclipse is I can't use H开发者_如何学运维TTPS while in development mode.
Is there a way we can have the eclipse dev server support HTTPS?
Thanks, Achit
It should be possible with GWT 2.3: http://google-web-toolkit.googlecode.com/svn/releases/2.3/dev/core/src/com/google/gwt/dev/shell/jetty/README-SSL.txt
HTTPS typically isn't enabled on development environments. This is usually a deployment aspect for production and less of a development concern.
精彩评论