Our Test environment is running within Azure websites and we are having problems with the scheduled tasks as they dont seem to run(the custom added ones neither). I am seeing this error in the logs every minute or so:
2015-10-21 08:46:11,144 [8] DEBUG Umbraco.Web.Scheduling.ScheduledPublishing - [Thread 13] Scheduled publishing executing
2015-10-21 08:46:11,566 [8] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - [Thread 13] An error occurred with the scheduled publishing. The base url used in the request was: http://xx.azurewebsites.net:80/umbraco/, see http://our.umbraco.org/documentation/Using-Umbraco/Config-files/umbracoSettings/#ScheduledTasks documentation for details on setting a baseUrl if this is in error
System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
at System.Net.WebClient.UploadString(Uri address, String method, String data)
at System.Net.WebClient.UploadString(String address, String data)
at Umbraco.Web.Scheduling.ScheduledPublishing.Run()
i already tried setting a baseUrl but it doesnt affect the issue, also the baseUrl mentioned seems to be OK. Why a 403? i don't understand.
BTW using umbraco 7.2.2 And NO HTTPS, also setting in web.config is
Scheduledtasks getting 403 unauthorized
Hi guys,
Our Test environment is running within Azure websites and we are having problems with the scheduled tasks as they dont seem to run(the custom added ones neither). I am seeing this error in the logs every minute or so:
2015-10-21 08:46:11,144 [8] DEBUG Umbraco.Web.Scheduling.ScheduledPublishing - [Thread 13] Scheduled publishing executing 2015-10-21 08:46:11,566 [8] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - [Thread 13] An error occurred with the scheduled publishing. The base url used in the request was: http://xx.azurewebsites.net:80/umbraco/, see http://our.umbraco.org/documentation/Using-Umbraco/Config-files/umbracoSettings/#ScheduledTasks documentation for details on setting a baseUrl if this is in error System.Net.WebException: The remote server returned an error: (403) Forbidden. at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request) at System.Net.WebClient.UploadString(Uri address, String method, String data) at System.Net.WebClient.UploadString(String address, String data) at Umbraco.Web.Scheduling.ScheduledPublishing.Run()
i already tried setting a baseUrl but it doesnt affect the issue, also the baseUrl mentioned seems to be OK. Why a 403? i don't understand.
BTW using umbraco 7.2.2 And NO HTTPS, also setting in web.config is
umbracoUseSSL = false
anyone?
bump ?
anyone?
is working on a reply...