We upgraded our instance to version 10 and our webhooks now fail to send. We logged into a 9.3.9 version and input the same api endpoint and it functions as expected. The new version fails and has the following in its output log. This endpoint has not changed and can be tested using curl inside the EspoCRM container and responds with 200. Has something changed? (yes the endpoint was replaced with **** in my post. Not actual url)
[2026-07-06 05:12:03] ERROR: (500) Webhook Queue: Webhook '6a40575a0898553e4' sending failed.
[object] (Espo\Core\Exceptions\Error(code: 500): Connect error. at /var/www/html/application/Espo/Core/Webhook/Sender.php:95)
[previous exception] [object] (Espo\Core\HttpClient\Exceptions\ConnectException( code: 0): at /var/www/html/application/Espo/Core/HttpClient/Exceptions/ConnectException.php:44)
[previous exception] [object] (GuzzleHttp\Exception\ConnectException(code: 0): cURL error 7: Failed to connect to api-************.bizioffice.com port 443 after 0 ms: Could not connect to server (see https://curl.se/libcurl/c/libcurl-errors.html) for https://api-**********.bizioffice.co...f-560e57538710 at /var/www/html/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:624)
[2026-07-06 05:12:03] ERROR: (500) Webhook Queue: Webhook '6a40575a0898553e4' sending failed.
[object] (Espo\Core\Exceptions\Error(code: 500): Connect error. at /var/www/html/application/Espo/Core/Webhook/Sender.php:95)
[previous exception] [object] (Espo\Core\HttpClient\Exceptions\ConnectException( code: 0): at /var/www/html/application/Espo/Core/HttpClient/Exceptions/ConnectException.php:44)
[previous exception] [object] (GuzzleHttp\Exception\ConnectException(code: 0): cURL error 7: Failed to connect to api-************.bizioffice.com port 443 after 0 ms: Could not connect to server (see https://curl.se/libcurl/c/libcurl-errors.html) for https://api-**********.bizioffice.co...f-560e57538710 at /var/www/html/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:624)

Comment