From 44828d5de9dac9743adc1d5acac85114047fba47 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 11 Dec 2025 07:34:50 -0600 Subject: [PATCH] clarify tls_insecure --- docs/docs/configuration/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index 5fae34a78..cccaf3eaa 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -911,7 +911,7 @@ cameras: user: admin # Optional: password for login. password: admin - # Optional: Skip TLS verification from the ONVIF server (default: shown below) + # Optional: Skip TLS verification and disable digest authentication for the ONVIF server (default: shown below) tls_insecure: False # Optional: Ignores time synchronization mismatches between the camera and the server during authentication. # Using NTP on both ends is recommended and this should only be set to True in a "safe" environment due to the security risk it represents.