We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f5b1e commit 63ed256Copy full SHA for 63ed256
.gitignore
@@ -35,4 +35,5 @@ README_draft.md
35
KNOWN_ISSUES.md
36
ISSUE_TEMPLATE.md
37
examples/test.py
38
-examples/README.md
+examples/README.md
39
+temp
onvif/client.py
@@ -53,7 +53,7 @@ def __init__(
53
timeout=10,
54
cache=CacheMode.ALL,
55
use_https=False,
56
- verify_ssl=True,
+ verify_ssl=False,
57
):
58
self.common_args = {
59
"host": host,
onvif/operator.py
@@ -50,7 +50,7 @@ def __init__(
50
cache: CacheMode = CacheMode.ALL, # all | db | mem | none
51
cache_path: str = None,
52
use_https: bool = False,
- verify_ssl: bool = True,
+ verify_ssl: bool = False,
self.wsdl_path = wsdl_path
self.host = host
0 commit comments