1 | error: specifying a root certificates file with the insecure flag is not allowed |
这是因为配置文件中同时存在CA 证书和 insecure-skip-tls-verify 参数只需要删除 certificate-authority-data 则可
修改前

修改后

1 | error: specifying a root certificates file with the insecure flag is not allowed |
这是因为配置文件中同时存在CA 证书和 insecure-skip-tls-verify 参数只需要删除 certificate-authority-data 则可
修改前

修改后
