mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-25 01:01:53 -04:00
Enable TLS peer certificate verification by default in all components that communicate over HTTPS. If SSL verification fails, log a warning and retry without verification to maintain backward compatibility with cameras using self-signed certificates. Changes: - C++ (zm_monitor_go2rtc.cpp): Enable SSL verification for all curl operations (3 locations) - C++ (zm_monitor_rtsp2web.cpp): Enable SSL verification for all curl operations (3 locations) - PHP (monitor_probe.php): Enable SSL verification with fallback logic - Perl (Dahua.pm): Enable SSL verification with LWP::UserAgent - Perl (TapoC520WS_ONVIF.pm): Enable SSL verification with retry logic in request methods refs #TBD Co-authored-by: connortechnology <925519+connortechnology@users.noreply.github.com>