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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...