Skip to content

Commit 977d86a

Browse files
committed
1 parent 3b30e8c commit 977d86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SourcePlusPlus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace SourcePlusPlus {
5858
probeConfig.spp.verify_host = getConfigValueBoolean('SPP_TLS_VERIFY_HOST',
5959
probeConfig.spp.verify_host, true);
6060
probeConfig.spp.ssl_enabled = getConfigValueBoolean('SPP_HTTP_SSL_ENABLED',
61-
probeConfig.spp.ssl_enabled, true);
61+
probeConfig.spp.ssl_enabled, false);
6262
probeConfig.skywalking.agent.service_name = getConfigValueString('SW_AGENT_SERVICE_NAME',
6363
probeConfig.skywalking.agent.service_name, 'spp-probe');
6464

0 commit comments

Comments
 (0)