diff --git a/lmwsip/tests/__init__.py b/lmwsip/tests/__init__.py index f2325cf..34359cb 100755 --- a/lmwsip/tests/__init__.py +++ b/lmwsip/tests/__init__.py @@ -81,6 +81,7 @@ class lmwsipTest(unittest.TestCase): args.host = "localhost" args.port = self.sipserver.port args.unencrypted = True + args.acceptssl = True args.cleartelnet = False args.time = "+00:59" args.date = "2020-01-01"