[GH-ISSUE #4033] TLS handshake error from xxxxx | frp:EOF 一种可能的解决方法 #3191

Closed
opened 2026-05-05 14:03:50 -06:00 by gitea-mirror · 2 comments
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [X] Test and Release - [ ] Developer Infrastructure - [X] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 14:03:50 -06:00
Author
Owner

@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.

<!-- gh-comment-id:2010972548 --> @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.
Author
Owner

@actonknowledge commented on GitHub (Nov 20, 2024):

Bug Description

这两天可能因为升级了系统还是什么原因,导致我用一些工具上传图片和文章到我的博客上时会发生TLS 握手错误,但是访问的时候显示证书是有效的,猜测可能是中间证书有问题。因为我用https转http插件中只配了服务器证书。 解决方法:将服务器证书certificate和ca证书包ca_bundle直接合并,作为新的证书。 虽然不知道之前没有这样做为什么没有导致TLS握手问题,但问题还是解决了,希望能给别人带来帮助。

https转https除了给服务器配置证书,还需要给客户端配置证书吗?

<!-- gh-comment-id:2487679438 --> @actonknowledge commented on GitHub (Nov 20, 2024): > ### Bug Description > 这两天可能因为升级了系统还是什么原因,导致我用一些工具上传图片和文章到我的博客上时会发生TLS 握手错误,但是访问的时候显示证书是有效的,猜测可能是中间证书有问题。因为我用https转http插件中只配了服务器证书。 解决方法:将服务器证书certificate和ca证书包ca_bundle直接合并,作为新的证书。 虽然不知道之前没有这样做为什么没有导致TLS握手问题,但问题还是解决了,希望能给别人带来帮助。 https转https除了给服务器配置证书,还需要给客户端配置证书吗?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3191
No description provided.