Skip to content

Commit 6de604b

Browse files
committed
update
1 parent 1464e7c commit 6de604b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sourceplusplus/SourcePlusPlus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def attach(self):
7979

8080
ssl_ctx = ssl.create_default_context(cadata=ca_data)
8181
ssl_ctx.check_hostname = self.probe_config["spp"]["verify_host"]
82-
ssl_ctx.verify_mode = ssl.CERT_OPTIONAL # todo: CERT_REQUIRED / load_verify_locations ?
82+
ssl_ctx.verify_mode = ssl.CERT_NONE # todo: CERT_REQUIRED / load_verify_locations ?
8383
eb = EventBus(
8484
host=self.probe_config["spp"]["platform_host"], port=self.probe_config["spp"]["platform_port"],
8585
ssl_context=ssl_ctx

0 commit comments

Comments
 (0)