Set proxy doesn't work in Terminal (PowerShell 7.2.3) #21278

Open
opened 2026-01-31 07:38:30 +00:00 by claunia · 0 comments
Owner

Originally created by @pilot513 on GitHub (Feb 20, 2024).

Windows Terminal version

1.15.2524.0

Windows build number

10.0.19044.3693

Other Software

No response

Steps to reproduce

Open Terminal:
$Wcl=New-Object System.Net.WebClient
$Creds=Get-Credential
$Wcl.Proxy.Credentials=$Creds

cd c:\tmp
curl https://github.com/PowerShell/PowerShell/releases/download/v7.2.3/PowerShell-7.2.3-win-x64.msi -o PowerShell-7.2.3-win-x64.msi

Expected Behavior

image

Actual Behavior

The file must be downloaded. The file itself is available.

Originally created by @pilot513 on GitHub (Feb 20, 2024). ### Windows Terminal version 1.15.2524.0 ### Windows build number 10.0.19044.3693 ### Other Software _No response_ ### Steps to reproduce Open Terminal: $Wcl=New-Object System.Net.WebClient $Creds=Get-Credential $Wcl.Proxy.Credentials=$Creds cd c:\tmp curl https://github.com/PowerShell/PowerShell/releases/download/v7.2.3/PowerShell-7.2.3-win-x64.msi -o PowerShell-7.2.3-win-x64.msi ### Expected Behavior ![image](https://github.com/microsoft/terminal/assets/28645933/bc263131-0d25-492e-9dcc-7779f9c82879) ### Actual Behavior The file must be downloaded. The file itself is available.
claunia added the Needs-TriageIssue-BugResolution-ExternalNeeds-Attention labels 2026-01-31 07:38:30 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#21278