【 TiDB 使用环境】本地,下载了最新版本的tikv/pd源码以及client-go仓库
【 TiDB 版本】
8.2.0-alpha
【复现路径】做过哪些操作出现的问题
按照官方文档,生成了root.crt,root.key 和 pd.crt/pd.key tikv.crt/tikv.key client.crt/client.key
./bin/pd-server --data-dir=pd --cacert=root.crt --cert=pd.crt --key=pd.key
pd启动正常,但是启动tikv和client-go的时候会报错
target/aarch64-apple-darwin/debug/tikv-server --pd-endpoints=“127.0.0.1:2379” --config=tikv.toml
tikv.toml中的配置
[security]
The path for TLS certificates. Empty string means disabling secure connections.
ca-path = “${path}/root.crt”
cert-path = “${path}/tikv.crt”
key-path = “${path}/tikv.key”
【遇到的问题:问题现象及影响】
tikv启动报错
connect failed: {"created":"@1714027010.971859000","description":"Handshake read failed\
【资源配置】进入到 TiDB Dashboard -集群信息 (Cluster Info) -主机(Hosts) 截图此页面
【附件:截图/日志/监控】