Procedure to configure MID server for source control integrationSummarySource Control uses 3rd party library (jGit) which uses the system properties defined in https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html for http proxy settings.Since it is 3rd part lib, it can't use the platform defined properties like “glide.http.proxy_host” and “glide.http.proxy_port“ that are specified in KB0744474.ReleaseAllInstructionsHence use the following steps to config MID server for source control integration 1. Add "bundle" extension to "glide.attachment.extensions" properties2. If the MID Servers must go through a proxy to access the remote git repository, do as follows: 2.1- Add the following line to agent\conf\wrapper-override.conf file: wrapper.java.additional.3=-Dhttps.proxyHost=<proxyHost> wrapper.java.additional.4=-Dhttps.proxyPort=<proxyPort> 2.2- Restart the mid 2.3- Add a new entry in "MID Security Policy": Name: <proxy host name> Check "Active" only