mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3418] [Feature Request]内网https服务怎么代理出去 tcp https http2https 都试过了全都连不上 #2736
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#2736
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 @maogeigei on GitHub (Apr 21, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3418
Describe the feature request
试了以下三种方式都是500的错,还有那个frpc 配置里的remote_port 设置感觉没有作用,服务器查看对应端口 也没有监听
[http2https]
type = tcp
custom_domains = 123.43.23.133
plugin = http2https
plugin_local_addr = 127.0.0.1:7800
remote_port = 6202
[tcp]
type = tcp
custom_domains = 123.43.23.133
local_ip= 127.0.0.1
local_port = 7800
remote_port = 6202
[web2]
type = https
custom_domains = 123.43.23.133
local_port = 7800
Describe alternatives you've considered
No response
Affected area
@Becods commented on GitHub (Apr 21, 2023):
@superzjg commented on GitHub (Apr 24, 2023):
内网现存的https代理很简单啊,使用tcp和https都可以(不用http2https)
你的配置也有问题,用tcp时不需要写 域名custom_domains,但要写远程端口remote_port;用https需要local_ip
使用时浏览器记得加https://
@github-actions[bot] commented on GitHub (May 25, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@shyandsy commented on GitHub (Dec 9, 2024):
@superzjg
尝试用tcp方式转内网https,不行啊
client端配置
服务端报错
客户端没有任何log
@superzjg commented on GitHub (Dec 9, 2024):
可能跟网络环境有关,尝试改一下传输协议,比如frpc通用部分配置
transport.protocol = "quic",frps配置quic绑定UDP端口,并打开防火墙。印象中见过这种情况也可不改协议尝试配置
transport.tls.disableCustomTLSFirstByte = false@yogaxu commented on GitHub (Nov 25, 2025):
把http2https改成https2https就可以了