Skip to content

Commit f6744a5

Browse files
Steve DanielsonSteve Danielson
authored andcommitted
Update proxy fallback
1 parent d33fa12 commit f6744a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pipelines/agents/proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Run the agent behind a web proxy
33
description: Learn how you can run a v2 private build and release agent behind a web proxy for Azure Pipelines and Team Foundation Server (TFS)
44
ms.topic: conceptual
55
ms.assetid: 6AC4BA22-9F6F-44B5-BB15-445A7CFD2AD4
6-
ms.date: 09/05/2025
6+
ms.date: 09/08/2025
77
monikerRange: '<= azure-devops'
88
---
99

@@ -74,9 +74,9 @@ github\.com
7474
bitbucket\.com
7575
```
7676

77-
## How to resolve 407 authentication errors
77+
## Enable Basic authentication for proxy Setup
7878

79-
The default proxy authentication behavior can cause `407 authentication errors` in some corporate environments if your agent is behind a web proxy. To resolve this, you can configure the the agent to use Basic authentication in by using the `--usebasicauthforproxy` flag during agent configuration.
79+
The agent configuration may not be compatible with certain corporate proxy setups that use default NTLM authentication, and you may get `407 authentication errors`. In such cases, you can enable Basic authentication for the proxy by adding the `--usebasicauthforproxy` flag during agent configuration, provided the proxy supports fallback to Basic authentication.
8080

8181
For example:
8282

0 commit comments

Comments
 (0)