Forum Discussion
Sam_D_
Altostratus
May 07, 2020TLS versions in ClientHello
I'm wondering how I can read TLS versions such as TLS version in Record Layer and the Max supported TLS version from ClientHello message by using: when CLIENTSSL_CLIENTHELLO { }
Samir
MVP
May 07, 2020* Below irule will help you to know the Client request with TLS version but log will be forwarded to "/var/tmp/ltm"
when HTTP_REQUEST {
log local0. "Client address [IP::client_addr] and TLS version is [SSL::cipher version]"
}* Max Supported TLS version is TLS1.3 in v14.x+ , however tls1.2 is secure and highly used for all applications
The BIG-IP system has the following SSL profile limitations:
- In the Client SSL profile, TLS 1.3 is disabled by default and not available for client connections. You can enable TLS 1.3 in the client SSL profile by removing the No TLSv1.3 option in the Enabled Options list; however, you should use TLS 1.3 only for testing and not in a production environment.
- TLS 1.3 is *not* currently supported for the Server SSL profile
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects