I’m analyzing the breakdown of TLS traffic in our Cloudflare account, and I’m curious how TLS 1.0 and 1.1 are categorized. I only see TLS 1.2, 1.3, and Not Secure. Is it correct to assume TLS 1.0 and 1.1 are lumped into the Not Secure category? Is there a way to dig into the traffic to see how many requests use those protocols? I’d like to set the minimum to TLS1.2, but I’d like to know how many requests still attempt 1.0 and 1.1. Though I’m sure a good chunk of that might be bot traffic.
Thanks