Files
zoneminder/scripts/ZoneMinder/lib/ZoneMinder
Isaac Connor fd6e5d63de fix: add SSL certificate verification fallback to base Control class
When cameras use HTTPS with self-signed or invalid certificates, LWP's
default SSL verification causes connection failures. Add automatic
fallback to all three HTTP methods (get, put, post) in the base Control
class: if a request fails with an SSL/certificate error, disable
verification and retry. Once disabled, the relaxed setting persists for
the rest of the control session via the ssl_verify_disabled flag.

This follows the pattern already used in Dahua.pm and
TapoC520WS_ONVIF.pm but applies it universally so all control modules
benefit without needing individual SSL handling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 13:23:57 -05:00
..
2023-08-27 02:00:59 +02:00
2018-09-07 16:29:59 -04:00
2025-11-06 21:26:08 -05:00
2018-11-06 20:37:00 -05:00
2025-02-25 14:31:19 -05:00
2024-03-21 10:34:54 -04:00
2022-01-27 13:42:46 -05:00
2026-01-14 09:46:31 -05:00