TLS Server Name Indication
Problem this snippet solves: Extensions to TLS encryption protocols after TLS v1.0 have added support for passing the desired servername as part of the initial encryption negotiation. This functiona...
Published Mar 18, 2015
Version 1.0Joel_Moses
Nimbostratus
Joined September 13, 2006
Joel_Moses
Nimbostratus
Joined September 13, 2006
Chad_Jenison
Dec 10, 2017Nimbostratus
Is there any reason to think that the code for examining TLS ClientHello would break with TLS 1.3? If not, we'd want to modify this as per below, right?
from:
switch $tls_version {
"769" -
"770" -
"771" {
to:
switch $tls_version {
"769" -
"770" -
"771" -
"772" {