Do you know what TLS version is being used for outbound connection to back-end using Routing Assertion?
I know for incoming connections, I can use request.ssl.protocol that tells me TLS/SSL protocol ; it doesn't do the same for outgoing back-end connection.
Release : 10.0
Component : API GATEWAY
Gateway 10 / CR03
${httpRouting.url} - should provide the information you require as outlined in our doc.
Returns the Protected Service URL from the last routing assertion. This variable should be used after a routing assertion.
When used without a suffix, the entire URL is returned. When used with one of the following optional suffixes, only that part of the URL is returned:
.file
.fragment
.host
.path
.port
.protocol
.query
https://techdocs.broadcom.com/us/en/ca-enterprise-software/layer7-api-management/api-gateway/10-0/reference/context-variables/message-routing-context-variables.html