From 52b29d49264e1397db6c65ee773479391b3fd37a Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 18 Oct 2014 15:26:10 +0200 Subject: remove default_ca --- examples/stickycookies | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'examples/stickycookies') diff --git a/examples/stickycookies b/examples/stickycookies index 94adfcf8..67b31da1 100755 --- a/examples/stickycookies +++ b/examples/stickycookies @@ -36,10 +36,7 @@ class StickyMaster(controller.Master): flow.reply() -config = proxy.ProxyConfig( - port=8080, - default_ca=os.path.expanduser("~/.mitmproxy/mitmproxy-ca.pem") -) +config = proxy.ProxyConfig(port=8080) server = ProxyServer(config) m = StickyMaster(server) m.run() -- cgit v1.2.3