Hi, I tried to configure the cron but my site has http auth enabled and the cron process can't be triggered. In Acymailing5 I used to run my own cron and I passed the credentials needed in the cron command line (see below). Is there any solution for this without disabling http auth?
This is the way I triggered the cron in acymailing 5:
*/5 * * * * /usr/bin/lynx -auth=user:password -accept_all_cookies -source "http://domain.abc/index.php?option=com_acymailing&ctrl=cron" > /dev/null