lmenezes / cerebro

MIT License
5.51k stars 714 forks source link

How does cerebro support https web UI #508

Open mvpboss1004 opened 3 years ago

mvpboss1004 commented 3 years ago

How to config ssl certificate, private key, etc for cerebro web UI?

jrnash commented 3 years ago

I would like to do this as well. Is there documentation on the play object in the application.conf without reading source code? Thanks

riskersen commented 3 years ago

You may simply set up a nginx as reverse proxy and use keep cerebro listening on 127.0.0.1

liangxiong3403 commented 2 years ago

there is a solution example , i have verify it on my own . https://github.com/lmenezes/cerebro/issues/473#issuecomment-1190027252