We have moved to GitHub Issues
You are viewing the read-only archive of Umbraco's issue tracker. To create new issues, please head over to GitHub Issues.
Make sure to read the blog posts announcing the move for more information.
Created by Jason Elkin 13 Apr 2017, 15:35:47 Updated by a david 04 Sep 2018, 16:19:09
Steps to replicate:
<add key="umbracoUseSSL" value="false" />
in web.configNothing happens, but logs show the following (filtered) without any error:
DEBUG - [ScheduledTasks] Task added Umbraco.Web.Scheduling.ScheduledTasks
DEBUG - Scheduled publishing executing @ http://www.example.com/umbraco/RestServices/ScheduledPublish/Index
DEBUG - Begin request: https://www.example.com/umbraco/RestServices/ScheduledPublish/Index.
DEBUG - Scheduled publishing complete (took 69ms)
DEBUG - [ScheduledPublishing] Task added Umbraco.Web.Scheduling.ScheduledPublishing
As soon as we set
DEBUG - Scheduled publishing executing @ https://www.example.com:443/umbraco/RestServices/ScheduledPublish/Index
DEBUG - Begin request: https://www.example.com/umbraco/RestServices/ScheduledPublish/Index.{code}
I appreciate that the initial configuration is technically wrong, but I'd expect some kind of error message.
EDIT: When I looked in Application Insights and I've discovered that all calls to the URL https://www.example.com/umbraco/RestServices/ScheduledPublish/Index were resulting in a 500 error.
I can only see this because AI logs all HTTP requests and their status code. No exceptions were raised that made it to Umbraco the logs.
I can only guess that Umbraco was just happy that it got a response, and logged the scheduled task as having been completed, ignoring the fact the the URL ultimately returned a 500 status.
Now that I have set
Here's a question for you. Once you set umbracoUseSSL=true, and scheduling is working, are you able to load up the /umbraco page (backoffice) to login? When I set this to true in an https environment, I can no longer log into the backoffice.
Priority: Normal
Type: Bug
State: Submitted
Assignee:
Difficulty:
Category:
Backwards Compatible: True
Fix Submitted:
Affected versions: 7.5.2
Due in version:
Sprint:
Story Points:
Cycle: