freedit-org / freedit

The safest and lightest forum, powered by rust.
https://freedit.eu
MIT License
193 stars 23 forks source link

About TLS support removal #240

Closed AdamISZ closed 2 months ago

AdamISZ commented 2 months ago

TLS support was removed in https://github.com/freedit-org/freedit/commit/026f5a99037efab9dac116eff067c76bded45835

It's still mentioned as supported on the README list of features.

There's no comment in that commit as to why it was removed; would it be possibly to briefly explain the reason (like, if there is some fundamental problem here that would make it very hard to re-add back in)?

Thanks for the project, by the way, very useful/interesting!

freedit-dev commented 2 months ago

I think everyone is using Nginx or Haproxy for https. For simplicity and faster compiling, I removed https bundles.

It's not difficult to reverse it. If you need it, ping me.

AdamISZ commented 2 months ago

Understood, thanks.