Proddy

Results 323 comments of Proddy

Perhaps @Bingo2023 can verify?

can you code? I'd love to add SSL (as this issue references).

Yes, absolutely. I agree that using WireGuard is a more elegant and less obtrusive solution than going the TLS route. I have WireGuard running in my proxmox ve so a...

> As for TLS; It seems the library used for MQTT supports TLS. Isn't it just a matter of adding the frontend bits then? probably, haven't looked into it

SSL was added to MQTT in 3.6.0.

Going to look into https://github.com/hoeken/PsychicHttp which is a replacement for ESPAsyncWebServer using the official espressif IDF, supporting SSL natively. @MichaelDvP FYI. fun project Will use the branch https://github.com/emsesp/EMS-ESP32/tree/https_36

I finished the port from AsyncWebServer to PsychicHttp. There are still some performance issues I need to fix as it's not behaving like it should. The good news is that...

SSL/https is working too now, although its slow. I'm still not 100% happy with the IDF's web server. Overall it's slower and uses more heap memory than our highly optimized...

Also, just adding so I don't forget, the JWT is pretty useless without SSL. It's created from the username so if no one changes 'admin' it'll be the same token...

we talked about wireguard a year ago, if you want to give it a shot. The SSL/TLS has been coded, although its very slow (as expected) but I will give...