Details
-
Bug
-
Resolution: Unresolved
-
None
-
None
-
Medium
-
Empty show more show less
Description
problem
In a hosted environment the cron jobs are producing the following error:
2021-09-16 11:10:50 ERROR E9999 Jumbojett\OpenIDConnectClientException: Curl error: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.XXXXX:443
5.2.5
The main problem was here a not properly configured cronIp. Nevermind, if the cron IP is not configured properly, the cron pages should not redirect to the login page (and trigger the openID stuff then) but just report a 401 then - similar as the restcontroller does.
Solution
should be easy: Cron Controller should inherit from "ZfExtended_Controller_RestFakeRoute", this must be tested but should fix the problem.