mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3008] 同样的环境下,客户端http_proxy插件无法正常工作,socks5插件可以正常工作 #2406
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#2406
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 @Weltolk on GitHub (Jul 7, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3008
Bug Description
frps和frpc运行在同一台服务器上,该服务器是arm64云服务器,安全组已放行进网和出网的所有端口
本地是国内Windows 10 21H2 x64,Proxifier v4.07 x64,测试过其他http,https和socks5代理,都可以正常连接
客户端启用http_proxy插件后,通过Proxifier添加http或https代理,然后测试连接,显示可以连接frp,但是无法通过http_proxy访问任何ip(比如www.google.com:80),也无法访问frpc所在的服务器的本地ip(Windows上Proxifier代理本地的127.0.0.1到frpc的http_proxy,再访问127.0.0.1:frpc上运行的nginx的端口,也是无法访问),http代理和https代理都是一样的结果
Proxifier的报错信息:
https代理:
http代理:
同一个服务端,客户端和本地环境,使用socks5插件可以正常连接
socks5代理:
frpc Version
0.42.0
frps Version
0.42.0
System Architecture
Linux version 5.13.0-1021-oracle (buildd@bos02-arm64-014) (gcc (Ubuntu 9.4.0-1ubuntu1
20.04) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #2620.04.1-Ubuntu SMP Mon Mar 7 14:30:17 UTC 2022Configurations
frps.ini:
frpc.ini:
Logs
因为frps和frpc的配置文件里将
log_file设为了console,所以是标准输出:frps的log:
frpc的log:
Steps to reproduce
./frps -c frps.ini./frpc -c frpc.iniAffected area
@github-actions[bot] commented on GitHub (Aug 7, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.