- TLS and HTTP/2 variables
- fastly_info
.h2 .is_push - fastly_info
.h2 .stream_id - fastly_info
.is_h2 - tls
.client .cipher - tls
.client .ciphers_list_sha - tls
.client .ciphers_list_txt - tls
.client .ciphers_list - tls
.client .ciphers_sha - tls
.client .protocol - tls
.client .servername - tls
.client .tlsexts_list_sha - tls
.client .tlsexts_list_txt - tls
.client .tlsexts_list - tls
.client .tlsexts_sha
tls.client.cipher
The cipher suite used to secure the client TLS connection. The value returned will be consistent with the OpenSSL Name.
Examples
"ECDHE-RSA-AES128-GCM-SHA256"
Type
STRING
Accessibility
Read OnlyReadable From
vcl_recv
vcl_hash
vcl_deliver
vcl_log