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 e84797e commit 9632a17Copy full SHA for 9632a17
sourceplusplus/SourcePlusPlus.py
@@ -83,7 +83,7 @@ def attach(self):
83
collector_address=self.probe_config["skywalking"]["collector"]["backend_service"],
84
service_name=self.probe_config["skywalking"]["agent"]["service_name"],
85
log_reporter_active=True,
86
- force_tls=self.probe_config["spp"]["disable_tls"] is not True,
+ force_tls=self.probe_config["spp"]["disable_tls"] is False,
87
log_reporter_formatted=False
88
)
89
agent.start()
0 commit comments