aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/tservers.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pathod/tservers.py')
-rw-r--r--test/pathod/tservers.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/pathod/tservers.py b/test/pathod/tservers.py
index fab09288..3dc26311 100644
--- a/test/pathod/tservers.py
+++ b/test/pathod/tservers.py
@@ -13,6 +13,7 @@ from pathod import language
from pathod import pathoc
from pathod import pathod
from pathod import test
+from pathod.pathod import CA_CERT_NAME
def treader(bytes):
@@ -72,7 +73,7 @@ class DaemonTests:
self.d.port,
path
),
- verify=False,
+ verify=os.path.join(self.d.thread.server.ssloptions.confdir, CA_CERT_NAME),
params=params
)
return resp