I'm using Feed Cache 1.1, and I have the umbraco folder set for SSL. I don't have a CA issued cert since this is a test server. Feed Cache is in the umbracoSetting config file under schedule tasks per instruction. The scheduler doesn't seem to run this, probably because of the SSL. I added my self signed cert to the trusted root, and when opening the page, it is no longer prompting because of the cert mismatched. Running
SSL
I'm using Feed Cache 1.1, and I have the umbraco folder set for SSL. I don't have a CA issued cert since this is a test server. Feed Cache is in the umbracoSetting config file under schedule tasks per instruction. The scheduler doesn't seem to run this, probably because of the SSL. I added my self signed cert to the trusted root, and when opening the page, it is no longer prompting because of the cert mismatched. Running
https://localhost/umbraco/plugins/FergusonMoriyama/FeedCache/FeedCache.aspx works, it updates the xml file, but it doesn't seem to do it on its own. I set the scheduler to run at 1 hr. Does Feed Cache not work when placed in SSL?
I just saw Darren's post here http://forum.umbraco.org/yaf_postst5242_Are-Umbraco-scheduled-tasks-reliable.aspx
maybe umbraco scheduler is the problem?
Chris,
If feed cache works by hitting the URL manually then scheduler is your issue. Having said, I've never tried it under SSL.
the task scheduker should log something in umbracoLog when invoked. I believe you can add log="true" to your task xml node.
feedcache will also log some info if debug logging is enabled.
HTH.
Thanks Darren. I'm not sure why the task scheduler doesn't work, I decided to go with this solution, vbs script that executes the link on schedule.
I got the idea from here: http://our.umbraco.org/projects/developer-tools/taskscheduler/misc/8308-Resets-timer-when-website-application-pool-is-reset
I can now get feed cache working on schedule.
is working on a reply...