Configure Proxy for Remote Debugging
If the Cloud server or your network is behind a proxy:
- Locate the vmoptions file.
- Add to the file the proxy properties:
- Secure Proxy
- -Dhttps.proxyHost=<proxy_machine_ip>
- -Dhttps.proxyPort=<proxy_port>
- -Dhttps.proxyUser=<proxy_username>
- -Dhttps.proxyPassword=<proxy_password>
- Non-secure Proxy
-
-Dhttp.proxyHost=<proxy_machine_ip>
-
-Dhttp.proxyPort=<proxy_port>
-
-Dhttp.proxyUser=<proxy_username>
-
-Dhttp.proxyPassword=<proxy_password>
infoMake sure that after adding the proxy information, add an empty line after the last property.
-
- Secure Proxy
3. Restart the remoteDebuggingDaemon Server.
info
If some of the values are not needed, they must be included in the vmoptions file with an empty value. For example, if no authentication credentials are needed, the following must be added:
- -Dhttp.proxyHost=<proxy_machine_ip>
- -Dhttp.proxyPort=<proxy_port>
- -Dhttp.proxyUser=
- -Dhttp.proxyPassword=
vmoptions File Location
- MacOS - remoteDebuggingDaemon.vmoptions in the installation directory
- Windows - rdb.vmoptions in the extracted directory