Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tiup cluster tls 指令的一些问题
When trying to enable TLS between TiDB components, I encountered some issues. During the troubleshooting process, I found a specific command that can be used to enable TLS between components:
tiup cluster tls [enable/disable]
However, this command can both enable and disable TLS. But the official documentation mentions:
enable_tls
: Whether to enable TLS for the cluster. Once enabled, components and clients must use the generated TLS certificates to connect. Once enabled, it cannot be disabled. Default value: false
I would like to ask if TLS between components can be disabled?