Closed taybin closed 11 years ago
Hi,
There is no https support in Elli at all. If you want to do https with elli today, your best option would be to put something in front, like nginx, ssltunnel or a recent version of haproxy.
If you need to terminate ssl within the application server, using a different erlang web server like yaws might be the best option.
Terminating ssl within the application was never a need for me. This might change in the near future and I'm thinking about if it makes sense to implement it in Elli. No promises.
Knut
On 22.01.2013, at 04:37, Taybin Rutkin notifications@github.com wrote:
Or do I need to handle that manually or via middleware?
— Reply to this email directly or view it on GitHub.
see pull request #57 from @mmzeeman which adds https support.
Or do I need to handle that manually or via middleware?