mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4375] FRP 的双向验证设置应当使用相同的证书吗? #3455
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#3455
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 @MironChen on GitHub (Aug 9, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4375
Bug Description
我在运行 frps 的VPS上使用acme.sh(via let's encrypt) 生成了 server.crt server.key 和 ca.crt (使用域名 frp.example.com)然后在本地运行的群晖 DSM里用相同的方式生成了三份证书。但在连接时提示
x509: certificate has expired or is not yet valid.此时,VPS上的CA证书由E6签发(let's encrypt),DSM 上的证书由E5签发。
在更新两份CA均为 E5 签发后,问题消失。
frpc Version
0.59
frps Version
0.59
System Architecture
linux/amd64
Configurations
As description
Logs
No response
Steps to reproduce
No response
@xqzr commented on GitHub (Aug 10, 2024):
尝试
fullchain.cer@MironChen commented on GitHub (Aug 11, 2024):
按照 frp 提供的官方文档,似乎只提供了分别使用三个文件的方法?
@fatedier commented on GitHub (Aug 12, 2024):
一般来说需要相同的 CA 签发。