mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4033] TLS handshake error from xxxxx | frp:EOF 一种可能的解决方法 #3191
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#3191
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 @ChouYih on GitHub (Feb 28, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4033
Bug Description
这两天可能因为升级了系统还是什么原因,导致我用一些工具上传图片和文章到我的博客上时会发生TLS 握手错误,但是访问的时候显示证书是有效的,猜测可能是中间证书有问题。因为我用https转http插件中只配了服务器证书。
解决方法:将服务器证书certificate和ca证书包ca_bundle直接合并,作为新的证书。
虽然不知道之前没有这样做为什么没有导致TLS握手问题,但问题还是解决了,希望能给别人带来帮助。
frpc Version
0.51.1
frps Version
0.51.1
System Architecture
linux/amd64
Configurations
证书配置
Logs
No response
Steps to reproduce
...
Affected area
@github-actions[bot] commented on GitHub (Mar 21, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@actonknowledge commented on GitHub (Nov 20, 2024):
https转https除了给服务器配置证书,还需要给客户端配置证书吗?