Scheduled Tasks fail after updating SSL certificate
After updating my SSL certificate, my website runs correctly, returning the new certificate information.
However, I cannot get my scheduled tasks to run via CF Scheduler. Errors are like:
"Information","DefaultQuartzScheduler_Worker-2","02/18/25","13:29:37","","Task DEFAULT.CHECK FOR COLDFUSION UPDATES triggered."
"Error","DefaultQuartzScheduler_Worker-2","02/18/25","13:29:37","","Connection Failure: Status code unavailable"
My java path is /etc/alternatives/jre_17/
How do I get the scheduled tasks to use the new SSL cert?
