aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorchhsiao90 <chhsiao90@gmail.com>2016-10-26 14:36:14 +0800
committerchhsiao90 <chhsiao90@gmail.com>2016-10-26 14:36:14 +0800
commitd52f35428c835d30b2f2be72d9258a8d908e5072 (patch)
treedffba181c36ef4eba9a8de4a20a9c5b636b963bb /test
parent960f2e8bf0432ade836f73864e4ed33295194420 (diff)
downloadmitmproxy-d52f35428c835d30b2f2be72d9258a8d908e5072.tar.gz
mitmproxy-d52f35428c835d30b2f2be72d9258a8d908e5072.tar.bz2
mitmproxy-d52f35428c835d30b2f2be72d9258a8d908e5072.zip
Show tls version on console
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/tutils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mitmproxy/tutils.py b/test/mitmproxy/tutils.py
index 525a0698..5f1dda53 100644
--- a/test/mitmproxy/tutils.py
+++ b/test/mitmproxy/tutils.py
@@ -134,6 +134,7 @@ def tclient_conn():
timestamp_end=3,
sni="address",
cipher_name="cipher",
+ tls_version="TLSv1.2",
))
c.reply = controller.DummyReply()
return c