Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • chris 69 posts 92 karma points
    Aug 02, 2010 @ 18:51
    chris
    0

    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?

  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Aug 02, 2010 @ 22:12
    Darren Ferguson
    0

    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.

  • chris 69 posts 92 karma points
    Aug 02, 2010 @ 23:36
    chris
    0

    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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies