Using a Proxy for IDE Plugins
You can direct your Checkmarx One calls through a proxy server. This can be done by using the additional parameters in the plugin configuration, as described below.
There are additional methods for setting up proxy servers that are supported for specific IDEs.
JetBrains - Environment Variable
Setting up a Proxy Variable using Additional Parameters
Go to the Checkmarx One plugin Settings .
In the Additional parameters section, enter
--proxy <proxy_url>, with the proxy_url using the following formathttp://<proxy_ip>:<port_number>. If authentication is required, then the format should behttp://<username>:<password>@<proxy_ip>:<port_number>.Notice
Make sure to include the
http://prefix.It is not recommended to pass the username and password in clear text.