mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2077] 配置tls双向验证出错 #1651
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#1651
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 @lim-wei on GitHub (Nov 13, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2077
按照文档生成对应文件,并修改相关配置后无法连接
配置如下
frpc.ini
[common] server_addr = server_port = 7000 tls_enable = true tls_cert_file = /usr/local/frp/client.crt tls_key_file = /usr/local/frp/client.key tls_trusted_ca_file = /usr/local/frp/ca.crtfrps.ini
[common] bind_port = 7000 vhost_http_port = 8084 tls_cert_file = /usr/local/frp/server.crt tls_key_file = /usr/local/frp/server.key tls_trusted_ca_file = /usr/local/frp/ca.crt报错信息
客户端:[W] [service.go:102] login to server failed: session shutdown
session shutdown
@shenlijun commented on GitHub (Nov 23, 2020):
Let's Encrypt申请的证书遇到同样的问题
@github-actions[bot] commented on GitHub (Jan 8, 2021):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.
@ppllpig commented on GitHub (Jul 1, 2023):
我是通过KCP解决的