Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tidb安全加固问题
Click here to copy the link and complete the certification to gain “priority” in handling issues, allowing you to resolve problems more quickly.
To improve efficiency, please provide the following information. Clear problem descriptions can be resolved faster:
【TiDB Usage Environment】Production Environment
【TiDB Version】v5.3.1
【Encountered Issue】
The parameter enable_tls:true was not set during the default installation.
Later, according to the official documentation 为 TiDB 组件间通信开启加密传输 | PingCAP 文档中心, the relevant certificates were configured.
Using tiup cluster reload tidb, the service could not start.
Checking the deployment directory scripts of each node, the URL of pd did not automatically change to the https protocol.
What other configurations are needed after configuring according to the official guide for enabling encrypted transmission between TiDB components?