Since ssl-cert-check already supports sending the servername option, the
patch to fix this in Debian is trivial.

See attached file.

Francois

-- 
http://fmarier.org/
--- ssl-cert-check	2015-03-04 10:14:17.000000000 +1300
+++ ssl-cert-check.francois	2015-03-17 09:24:30.634781309 +1300
@@ -232,7 +232,7 @@
 VERSION=""
 
 # Send along the servername when TLS is used
-TLSSERVERNAME="FALSE"
+TLSSERVERNAME="TRUE"
 
 # Enable debugging
 DEBUG=0

Reply via email to