nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.81k stars 307 forks source link

SSL #248

Open yanrbts opened 1 week ago

yanrbts commented 1 week ago

Webdis and browser data transmission does not support SSL, how to solve it

nicolasff commented 1 week ago

Hello,

My recommendation is that you use a reverse proxy to terminate SSL connections in front of Webdis. Other systems like nginx support this and – importantly – do it much better than Webdis ever could. For this reason, there are no plans to implement SSL support for Webdis clients.

This question has been asked before, so I'll try to add a page in the Webdis docs on how to set this up, maybe with nginx and a certificate signed by Let's Encrypt.

fyears commented 1 week ago

the most easy way is setting up caddy which configure ssl for us