nonnil / TorCI

Web-based GUI for TorBox
GNU General Public License v3.0
22 stars 3 forks source link

Question about implementing HTTPS #1

Open nyxnor opened 3 years ago

nyxnor commented 3 years ago

on the WIP section there is HTTPS support. Is this something you have to support on the frontend? From my knowledge, using this script to create a self signed certificate plus adding ssl params to nginx config should be enough. If that is it, I can add HTTPS.

Bless you for no JS.

nonnil commented 2 years ago

Hi, nyxnor 😃

Sorry for the late reply. I was hesitant to prepare nginx just for TorCI as I thought it would be a burden on the TorBox, but Zotil's program is hosted on nginx, so it might be a good idea to reverse proxy TorCI with nginx!

I've been referring to this page, and I'm starting to think that there's no need to rush into HTTPS support for TorCI...