rm dead code

This commit is contained in:
ThomasV 2014-08-18 18:23:45 +02:00
parent 35a12b22cf
commit ae56de3160
1 changed files with 0 additions and 9 deletions

View File

@ -36,15 +36,6 @@ proxy_modes = ['socks4', 'socks5', 'http']
import util
def cert_verify_hostname(s):
# hostname verification (disabled)
from backports.ssl_match_hostname import match_hostname, CertificateError
try:
match_hostname(s.getpeercert(True), host)
print_error("hostname matches", host)
except CertificateError, ce:
print_error("hostname did not match", host)
def Interface(server, config = None):