> For the complete documentation index, see [llms.txt](https://docs.testmace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testmace.com/settings/proxy.md).

# Proxy

You can find proxy settings in **File -> Settings**. Click **Enable Proxy** and enter the Proxy variables values.&#x20;

{% hint style="info" %}
**You can configare the proxy server using the following variables:**

* **http\_proxy** — the proxy IP address for sending requests without SSL;
* **https\_proxy** — the proxy IP address for sending requests with SSL;
* **no\_proxy** — a list of hosts that don't need to use a proxy.

**no\_proxy values examples:**

* **`*google.com`** - don't send HTTP / HTTPS requests to Google;
* **`google.com:443`** - google.com:443 - don't send HTTPS requests to Google, but send HTTP requests to Google;
* **`google.com:443, yahoo.com:80`** - google.com:443, yahoo.com:80 - don't send HTTPS requests to Google, but send HTTP requests to Yahoo!
* **`*`**- ignore the https\_proxy / http\_proxy environment variables.
  {% endhint %}

![](/files/-LgbD4eHI_TmFMXQwnvN)
