diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-03-02 15:58:53 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-03-02 15:58:53 +1300 |
commit | 863b1e14552f5216ae4c47bf6dfe9b68ff2ca13b (patch) | |
tree | 41810e050b5d2d28302610c8753aca0740bb9ed5 /test/test_server.py | |
parent | a34a4831843d5745e200c1df58672973a57aebb0 (diff) | |
download | mitmproxy-863b1e14552f5216ae4c47bf6dfe9b68ff2ca13b.tar.gz mitmproxy-863b1e14552f5216ae4c47bf6dfe9b68ff2ca13b.tar.bz2 mitmproxy-863b1e14552f5216ae4c47bf6dfe9b68ff2ca13b.zip |
Update for pathod.SSLOptions changes.
Diffstat (limited to 'test/test_server.py')
-rw-r--r-- | test/test_server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_server.py b/test/test_server.py index a86c095c..e31fb589 100644 --- a/test/test_server.py +++ b/test/test_server.py @@ -214,7 +214,7 @@ class TestHTTPSNoCommonName(tservers.HTTPProxTest): ssl = True ssloptions=pathod.SSLOptions( certfile = tutils.test_data.path("data/no_common_name.pem"), - cacert = tutils.test_data.path("data/no_common_name.pem"), + keyfile = tutils.test_data.path("data/no_common_name.pem"), ) def test_http(self): f = self.pathod("202") |