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 3b30e8c commit 977d86aCopy full SHA for 977d86a
src/SourcePlusPlus.ts
@@ -58,7 +58,7 @@ namespace SourcePlusPlus {
58
probeConfig.spp.verify_host = getConfigValueBoolean('SPP_TLS_VERIFY_HOST',
59
probeConfig.spp.verify_host, true);
60
probeConfig.spp.ssl_enabled = getConfigValueBoolean('SPP_HTTP_SSL_ENABLED',
61
- probeConfig.spp.ssl_enabled, true);
+ probeConfig.spp.ssl_enabled, false);
62
probeConfig.skywalking.agent.service_name = getConfigValueString('SW_AGENT_SERVICE_NAME',
63
probeConfig.skywalking.agent.service_name, 'spp-probe');
64
0 commit comments