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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...