We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9a663 commit b44ce92Copy full SHA for b44ce92
src/cli.rs
@@ -207,7 +207,10 @@ pub struct Options {
207
)]
208
pub trusted_ca_certs_path: Option<PathBuf>,
209
210
- /// Set client to skip tls verification
+ /// Allows invalid TLS certificates for intra-cluster communication.
211
+ /// This is needed when nodes connect to each other via IP addresses
212
+ /// which don't match the domain names in their certificates.
213
+ /// SECURITY NOTE: Only enable this for trusted internal networks.
214
#[arg(
215
long,
216
env = "P_TLS_SKIP_VERIFY",
0 commit comments