Skip to content

Commit b44ce92

Browse files
Update src/cli.rs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Nikhil Sinha <[email protected]>
1 parent 5f9a663 commit b44ce92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/cli.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,10 @@ pub struct Options {
207207
)]
208208
pub trusted_ca_certs_path: Option<PathBuf>,
209209

210-
/// Set client to skip tls verification
210+
/// 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.
211214
#[arg(
212215
long,
213216
env = "P_TLS_SKIP_VERIFY",

0 commit comments

Comments
 (0)