mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4442] Frp https proxy fail #3509
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#3509
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 @leoguo-dev on GitHub (Sep 15, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4442
Bug Description
frp https proxy failed, cause: [vhost/vhost.go:218] http request for host [] path [] httpUser [] not found

frp server log:
dashboard

frpc Version
0.59.0
frps Version
0.60.0
System Architecture
linux/amd64
Configurations
SSL 证书使用公网 IP 自签名证书
Logs
No response
Steps to reproduce
No response
Affected area
@Jianfei-DinG commented on GitHub (Sep 15, 2024):
你这个能正常链接吗?# frpc.toml
serverAddr = "118.92.19.12"
serverPort = 20000
auth.token = "xxxxx"
log.level = "debug"
我用这种serverAddr 就连接不上
@xqzr commented on GitHub (Sep 15, 2024):
不支持。
type = "https"需要读取 SNI@superzjg commented on GitHub (Sep 16, 2024):
是不是 vhostHTTPSPort =443 的问题,换个端口号试试,国内很多时候443用不了,被限制。
@fatedier commented on GitHub (Sep 18, 2024):
In general, please use the domain name to access https.