mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-31 15:28:50 +00:00
Update for pathod.SSLOptions changes.
This commit is contained in:
parent
a34a483184
commit
863b1e1455
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user