Hello,
I am new to Flutterflow and creating an app right now. My main job is being a security engineer. I used several tools to scan my app that is published to the web to see what kind of vulnerabilities it would pick up. Right now I am seeing several with TLS. However, I do not see a way to disable TLS 1.0 and 1.1. I also see that TLS 1.0, 1.1, and even 1.2 are using weak ciphers.
Are there ways of altering externally facing security protocols on our [app name].flutterflow.app pages? The screenshot is from putting my app URL into https://www.ssllabs.com/ssltest/ . Along with this I am wanting to harden the security of the app in other ways but it doesn't look like Flutterflow has very many options.