When running the self-hosted version of appwrite console through a SSL/TLS analyzer, the result shows support for TLS 1.0 & 1.1. Is this necessary? Is there a way to remove support for these and for security reasons only run with 1.3 support?
Tarefik handles TLS. Traefik allows you to specify the TLS versions you want to support. You can try to restrict TLS to only version 1.3 by updating Traefik's static configuration.
How would i go about doing that?
You can search online about how to enable tls 1.3 on traefik
Recommended threads
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...