On Mon, Oct 22, 2012 at 10:17 AM, Andrea Candini <[email protected]>wrote:
> At the moment my feed's page (and callback as well) is on localhost: I > start Tomcat's server to have full access to those pages before launching > the subscriber. > Do you think it could be the cause of the error? > It's is indeed the cause of the error. The hub must be able to contact the subscriber, otherwise it won't be able to deliver updates to it. Roman. > Il giorno lunedì 22 ottobre 2012 09:57:51 UTC+2, Roman Perepelitsa ha > scritto: > >> On Mon, Oct 22, 2012 at 8:46 AM, Andrea Candini <[email protected]>wrote: >> >>> >>> Il giorno venerdì 19 ottobre 2012 14:05:52 UTC+2, Julien ha scritto: >>> >>>> Hello, >>>> >>>> Is there any message in the response BODY? >>>> Maybe test with another feed at push-pub.appspot.com >>>> >>> >>> Hello Julien, even with the your feed I always get the same response. I >>> tried to get its body and I receive this message: *Error trying to >>> confirm subscription*. >>> I also tried Roman's suggestion with no luck: I always end up with the >>> same result. >>> >> >> 409 means the hub couldn't verify intent of the subscriber (see the >> spec<http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html#verifysub>). >> Are you sure the endpoint URL of your subscriber is accessible from the >> internet? >> >> Roman. >> >
