Hi Team,
We are usgin play framework for one of our product, and would like to deploy it with https & open ssl, and facing some issues with this.
Have checked the Play Framework official website but looks like no option for open ssl.
please help us.
Thanks
Ankit
Hi Ankit,
welcome! This is an open forum, so you won’t necessarily receive an answer from the team, especially since play framework is completely run by the community.
To your question: play framework does have some limited https capability that can be used for testing etc. In production environments, the usual setup is to have a frontend http server configured as a proxy to forward requests to the play server that itself is not accessible via the Internet. You can use nginx or Apache for that for example. This frontend http server will then also perform the ssl, using whatever library it is configured to use.
Hope this helps,
Martina