Downgrade PHP images to x.x-4.59.2
Starting on Saturday morning, 29th June, we received errors from CrowdSec from all domains hosted on maweb1 and lweb1. Others, that I'm hosting on pcweb1 (an old Paragon server) did not have that problem.
The error came from cron:
function crowdsec_cron(): void {
Drupal::service('crowdsec.buffer')->push();
Drupal::service('crowdsec.client')->refresh();
}
The first command works successfully, the second one always throws the error:
Unexpected CURL call failure: { "type": "WATCHER_REQUEST_ERROR", "code": 500 }
Edited by jurgenhaas