Discovery of VMware terraform config installable fails with java.lang.RuntimeExceptionIssue Discovery of VMware terraform config installable fails with java.lang.RuntimeException: Failed to execute API - com.jcraft.jsch.JSchException: ProxyHTTP: java.io.IOException: proxy error: Service Unavailable (script_include:TerraformExecutor; line 63) CAPI trail: com.jcraft.jsch.JSchException: ProxyHTTP: java.io.IOException: proxy error: Service Unavailable (script_include:TerraformExecutor; line 63)at org.mozilla.javascript.gen.script_include_TerraformExecutor_67._c_anonymous_2(script_include:TerraformExecutor:63)ReleaseOrlandoCauseThe issue is with in proxy setting. CMP would try to establish a SSH connection and when a proxy is set up on the mid server this connection would fail.ResolutionSetting below mid server property to true would bypass the proxy while establishing the SSH connection. Property : mid.capi.skip_proxy_for_ssh Steps to follow : From the filter navigator, go to "MID Server"Open "Properties"Search for "mid.capi.skip_proxy_for_ssh". If not available add this propertySet the value as true.Restart the MID Server and run discovery.