From 6782b4ec00cb6c5fbdccfc39f5c91bf504d59095 Mon Sep 17 00:00:00 2001 From: Shadab Zafar Date: Thu, 16 Jun 2016 20:22:49 +0530 Subject: Py3: Store certificate with a byte key Had to debug this for hours! --- test/pathod/test_pathod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/pathod/test_pathod.py b/test/pathod/test_pathod.py index bffd33e5..dc02fffb 100644 --- a/test/pathod/test_pathod.py +++ b/test/pathod/test_pathod.py @@ -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): -- cgit v1.2.3