On Jun 2, 7:05 am, jason <
jason.w.vic...@gmail.com> wrote:
> What is the simplest way to set up SSL for a Play 2.0 web app? Thanks!
I believe Play 2.0 doesn't support SSL, so you need to set up
something like Apache, HAProxy or nginx as a reverse proxy and
terminate the SSL connection there.