Thanks for your reply Ismail. Here is the log without https:
Failed (at "http://local.flarestudio.com/umbraco"). System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure. at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult) at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar) --- End of inner exception stack trace --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Umbraco.Web.Scheduling.ScheduledPublishing.<PerformRunAsync>d__5.MoveNext()
However the response is true: test60 has been called with response: True
When I used https, I got the same error but the response is false: test60 has been called with response: False
Scheduled Tasks Not Triggering
Hello, I have created a scheduled task in umbracoSettings.config which requires an aspx page to load.
My question is how does umbraco knows which method to call in the code behind of the aspx page?
Currently my code lies in page load, but this does not trigger anything. It is logged though as
test60 has been called with response: True
Also, I have an ssl problem in logs.
Any help would be appreciated.
What is the ssl problem in the log?
Regards
Ismail
Thanks for your reply Ismail. Here is the log without https:
However the response is true:
test60 has been called with response: True
When I used https, I got the same error but the response is false:
test60 has been called with response: False
Ronish,
You got firewall in place? Also while being logged into umbraco are you able to in another tab hit the url of the task does it run?
Regards
Ismail
Yes, I am able to hit the url directly and in doing so the task does run.
Thanks.
is working on a reply...