mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4576] 0.61可以提供完整的http2https, https2https的例子么 #3616
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#3616
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 @shyandsy on GitHub (Dec 9, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4576
Bug Description
场景
尝试http2https,tcp都无法访问内网https服务
frpc Version
0.61.0
frps Version
0.61.0
System Architecture
linux/amd64
Configurations
server配置
client配置
Logs
server debug输出
client debug输出

server debug输出
client debug输出

Steps to reproduce
...
Affected area
@superzjg commented on GitHub (Dec 10, 2024):
配置基本没问题,考虑是运营商或vps服务商的问题。不信,你可以在本地不同的设备上搭建frps和frpc测试,没有公网ipv4就用ipv6测试,应该是可以通的。
现在可以尝试:
1、关闭tls看行不行:
transport.tls.enable = false2、在frps上配置
quicBindPort,采用udp传输,frpc使用transport.protocol = "quic"3、尝试换一个https服务试试,随便自己弄一个自签名的https。
注意所有用到的端口在vps上防火墙要打开。
@shyandsy commented on GitHub (Dec 12, 2024):
@superzjg
@superzjg commented on GitHub (Dec 12, 2024):
我不太明白你的意思,我用一个简单的 https://192.168.3.6:53412 自签名网页,测试结果没有问题。
访问下面三个网址均可以打开:
https://aaa.bbb.com:53430/
https://aaa.bbb.com:53413/
http://aaa.bbb.com:53413/
附带我的配置文件:
Frps v0.60.0:(注:因为我使用的端口一样,所以必须在frpc配置transport.tls.disableCustomTLSFirstByte,否则连不上,不一样的端口不需要)
Frpc v0.60.0:
@github-actions[bot] commented on GitHub (Dec 27, 2024):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.