Disables SSL verification if the ‘cron_request’ arguments include an HTTPS URL.
Description
This prevents an issue if HTTPS breaks, where there would be a failed attempt to verify HTTPS.
Parameters
$request
arrayrequired- The cron request arguments.
Source
// Otherwise the result cannot be determined.
return null;
}
Changelog
Version | Description |
---|---|
5.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.