Good Day,
I have an interesting scenario and my research is giving me conflicting answers.
I am publishing a webserver through an R81.10 T190 gateway (Managed by an R82 SMS). Inbound HTTPS inspection has been configured and is working well. There is one interesting aspect to my the https inspection rulebase. The webserver has a single IP but hosts multiple websites sitting on different domains (thus I cannot make use of wildcard certificates). In order to get inspection working I've had to add a custom application definition to the the inspection policy, like so:

This works well and allows me to inspect all sites.The backend webserver is hardened and configured to reject all TLS versions below 1.2.
My challenge is as soon as I enable inspection security scanners flag the sites as accepting connections TLS 1.0 and higher.
Here is where things get curious - running cipher_util and selecting SSL Inspection is only showing me TLS 1.2 and TLS 1.3 ciphers. In the old days we could set the ssl_min_ver using GuiDBedit, but I believe that has been deprecated. For what it's worth the setting there is TLS1.0 and TLS1.2 for ssl_min_ver and ssl_max_ver respectively.
Why would my gateway be offering these deprecated ciphers (considering it's disabled on the back-end site), and how to correct it?
Thanks,
Ruan