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 1464e7c commit 6de604bCopy full SHA for 6de604b
sourceplusplus/SourcePlusPlus.py
@@ -79,7 +79,7 @@ def attach(self):
79
80
ssl_ctx = ssl.create_default_context(cadata=ca_data)
81
ssl_ctx.check_hostname = self.probe_config["spp"]["verify_host"]
82
- ssl_ctx.verify_mode = ssl.CERT_OPTIONAL # todo: CERT_REQUIRED / load_verify_locations ?
+ ssl_ctx.verify_mode = ssl.CERT_NONE # todo: CERT_REQUIRED / load_verify_locations ?
83
eb = EventBus(
84
host=self.probe_config["spp"]["platform_host"], port=self.probe_config["spp"]["platform_port"],
85
ssl_context=ssl_ctx
0 commit comments