mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-26 09:42:42 -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>
ZoneMinder version 0.01 ======================= The README is used to introduce the module and provide instructions on how to install the module, any machine dependencies it may have (for example C compilers and installed libraries) and any other information that should be provided before the module is installed. A README file is required for CPAN modules since CPAN extracts the README file from a module distribution so that people browsing the archive can use it get an idea of the modules uses. It is usually a good idea to provide version information here so that people can decide whether fixes for the module are worth downloading. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: blah blah blah COPYRIGHT AND LICENCE Put the correct copyright and licence information here. Copyright (C) 2005 by Philip Coombes This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.