mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2012] Configuration to disable system proxy #1599
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1599
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zssng on GitHub (Sep 28, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2012
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
0.34.0
What operating system and processor architecture are you using (
go env)?Windows 10 2004
Configures you used:
[RDP3]
type = tcp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 7002
Steps to reproduce the issue:
Describe the results you received:
2020/09/28 11:09:43 [W] [service.go:102] login to server failed: dial tcp 127.0.0.1:57890: connectex: No connection coul
d be made because the target machine actively refused it.
dial tcp 127.0.0.1:57890: connectex: No connection could be made because the target machine actively refused it.
Describe the results you expected:
Is there any configuration can ignore system proxy setting ?
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
@blizard863 commented on GitHub (Sep 29, 2020):
you can try to login to server by http_proxy or other proxy, if your system proxy is http_proxy ?
@Becods commented on GitHub (Sep 30, 2020):
#Connecting to frps via HTTP PROXY
Please use the http_proxy that comes with the frpc
@github-actions[bot] commented on GitHub (Nov 15, 2020):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.