Issues with Enabling Identity Authentication for KV and PD

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: kv和pd开启身份认证问题

| username: 月明星稀

Question: The above mentioned changing the URL to https, which URL is it referring to?

| username: tidb菜鸟一只 | Original post link

All the corresponding HTTP links between PD and TiKV for mutual interaction have been changed to HTTPS.

| username: 月明星稀 | Original post link

How to change PD to HTTPS?

| username: tidb菜鸟一只 | Original post link

Requests like curl -X POST http://{pd_ip}:{pd_port}/pd/api/v1 have all been changed to https.

| username: redgame | Original post link

Yes, just change them all.