mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1630] 如何让frps信任自签名的https证书? #1291
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#1291
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 @jueljust on GitHub (Jan 22, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1630
我内网网站https,使用自签名的证书
公网搭建的frps无法被nginx反向代理 因为https证书无认证的关系
但我将这张证书加入公网服务器的信任证书,还是无法正确的反向代理
怎样才能使frps忽略这个问题呢?
@fatedier commented on GitHub (Feb 4, 2020):
frps 不需要信任证书,只提供转发功能,如果无法转发可能是其他的错误。
@zeronchen commented on GitHub (May 12, 2023):
不过frpc的日志会打印认证错误
@zeronchen commented on GitHub (May 12, 2023):
考虑下能不能让frps添加信任证书的配置。我还试了一下用自签名的CA生成自签名的frpc https证书,然后把CA加入到frps的tls信任证书里面,同样还是不行。