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
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...