Skip to content

Commit f137b50

Browse files
cattomchammer01
andauthored
Update proxy server documentation with no_proxy warning (#60604)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent fb57655 commit f137b50

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/actions/how-tos/manage-runners/use-proxy-servers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ On Windows machines, the proxy environment variable names are case-insensitive.
3232

3333
{% data reusables.actions.self-hosted-runner-ports-protocols %}
3434

35+
> [!WARNING]
36+
> Self-hosted runners do not support using IP addresses in the `no_proxy` environment variable. If your {% data variables.product.prodname_ghe_server %} instance uses an IP address and you configure `no_proxy` to bypass the proxy for that address, the runner will still fail to connect.
37+
> If your {% data variables.product.prodname_ghe_server %} instance is accessed using an IP address and the connection must bypass the proxy, the runner will fail to connect, even if that IP address is listed in `no_proxy`.
38+
3539
### Example configurations
3640

3741
{% data reusables.actions.environment-variables-as-case-sensitive %}

0 commit comments

Comments
 (0)