After migration from http to https, all the scheduled tasks stopped running. But URL runs in browser successfully
I am using Cold Fusion MX7 on one of many application.
After the migration from http to https, all the scheduled tasks shows below error while executing from scheduled task in cf administrator :
There was an error running your scheduled Task, Reason for which scheduled tasks might fail include:
>The URL is a redirection URL
>The URL is protected by IIS NT Challenge/Response or Apache .htaccess password. The Username and Password text fields for editing a scheduled task are intended to support Basic Authentication Only.
>The Domain Name lookup failed. Try using the IP address of the domain whenever possible.
> The URL is a n SSL site, but the SSL port was specified incorrectly.
>The web site is not responding.
>The directory specified for published results does not exists.
Below are the observations against above error points.
*The URL saved in scheduled tasks have https protocols- hence its not a redirection URL.
*The URL does not asks for any authentication.
*Domain name is correct as its been used since years.
*the ssl port is 443 and the website was responding
* No directory is specified to publish result. As when its specified, and the task is run from CF-ADMIN, it shows scheduled task run successfully. However the published output file says- "connection failure" and nothing runs in actual.
However when the same URL is executed in browser, there is no error and the whole task run smoothly.
Can any one help ?
