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 cff14c5 commit f4ee49dCopy full SHA for f4ee49d
src/SourcePlusPlus.ts
@@ -91,8 +91,7 @@ namespace SourcePlusPlus {
91
config.collectorAddress = probeConfig.skywalking.collector.backend_service;
92
config.serviceName = probeConfig.skywalking.agent.service_name;
93
config.authorization = probeConfig.skywalking.agent.authentication;
94
- // TODO: logReporterActive doesn't exist?
95
- config.secure = false; //todo: fix this and SW_RECEIVER_GRPC_SSL_ENABLED=false
+ config.secure = probeConfig.spp.ssl_enabled;
96
97
debugLog("Connecting to SkyWalking with config ", config);
98
0 commit comments