Skip to content

Commit 0a83c6a

Browse files
committed
Disable ssl context for AppDynamics
1 parent 2d9b230 commit 0a83c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildpack/telemetry/appdynamics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def update_config(m2ee):
8080
[
8181
f"-javaagent:{APPDYNAMICS_JAVAAGENT_PATH}",
8282
f"-Dappagent.install.dir={APPDYNAMICS_INSTALL_PATH}",
83+
"-Dappdynamics.agent.enable.ssl.context=false",
8384
],
8485
)
8586

0 commit comments

Comments
 (0)