Is it possible to get stats on TLS version used by clients?

Not applicable

We'd like to disable support for older TLS versions in our virtualhost, however before doing this we would like to understand the impact this would have on our customers.

Is there any way to find the number of requests for each TLS version? Preferably we'd also want to then find out the developer app associated with older TLS versions so that we could notify users of our API.

5 2 237
2 REPLIES 2

Not applicable

Hello @Jonathan.Hill,

Do you know, in which parameter or header the TLS version is transmitted to Apigee Edge ? If we know that, then we can extract the same and add that to the reports by Apigee's OOB policies.

There's no header that indicates TLS version unless Apigee inserts something. TLS operates at the transport layer, not the application layer.