blueberryfields
blueberryfields

Reputation: 50498

How do i tell the typesafe activator to serve play applications over https?

I believe that the play framework can self sign a certificate and serve applications over https if asked to - is this also doable with the typesafe activator? If so, how?

Upvotes: 0

Views: 335

Answers (1)

James Ward
James Ward

Reputation: 29433

Today this can't be done from the Activator UI but it is something that we are working on. In the meantime you can do this from the activator CLI. More info: http://www.playframework.com/documentation/2.2.x/ConfiguringHttps

Upvotes: 1

Related Questions