mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4011] 代理https异常 #3177
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#3177
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 @gaol1207 on GitHub (Feb 21, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4011
Bug Description
无法访问https
frpc Version
0.54
frps Version
0.54
System Architecture
linux/amd64
Configurations
frps
bindAddr = "0.0.0.0"
#客户端与服务端进行通信的端口,即frp服务端口,需与客户端server_port一致
bindPort = 17777
#控制台配置
webServer.addr = "0.0.0.0"
webServer.port = 17555
webServer.user = "root"
webServer.password = "123456"
#frpc客户端用到的token认证
auth.method = "token"
auth.token = "190827F2R9A6Zxxx"
vhostHTTPPort = 80
vhostHTTPSPort = 443
#frpc配置
`serverAddr = "101.xx.xx.xx" #公网IP
serverPort = 17777
auth.method = "token"
auth.token = "190827F2R9A6Zxxx" #frps配置的token
proxies
name = "NAS"
type = "https"
subdomain = "hello"
#customDomains = ["xxx.xxx.cn"]
[proxies.plugin]
type = "https2https"
localAddr = "192.168.31.xx:5001"
HTTPS 证书相关的配置
#crtPath = "/etc/frp/cert/https/leigsan.cn_public.crt"
#keyPath = "/etc/frp/cert/https/leigsan.cn.key"
hostHeaderRewrite = "127.0.0.1"
requestHeaders.set.x-from-where = "frp"
`
Logs
2024/02/21 08:46:39 http: TLS handshake error from 101.xx.xx.xx:17777: EOF
Steps to reproduce
...
Affected area
@github-actions[bot] commented on GitHub (Mar 14, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.