mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 02:37:15 +00:00
Py3: Store certificate with a byte key
Had to debug this for hours!
This commit is contained in:
parent
ea5576238f
commit
6782b4ec00
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class TestNotAfterConnect(tutils.DaemonTests):
|
|||
class TestCustomCert(tutils.DaemonTests):
|
||||
ssl = True
|
||||
ssloptions = dict(
|
||||
certs=[("*", tutils.test_data.path("data/testkey.pem"))],
|
||||
certs=[(b"*", tutils.test_data.path("data/testkey.pem"))],
|
||||
)
|
||||
|
||||
def test_connect(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue