Need help deciphering this LiveJournal OpenID error
Brad Fitzpatrick
brad at danga.com
Mon Jun 27 20:32:46 PDT 2005
Here's the source:
http://search.cpan.org/src/BRADFITZ/Net-OpenID-Consumer-0.11/lib/Net/OpenID/Consumer.pm
It comes from this line:
return $self->_fail("naive_verify_failed_return") unless $args{'lifetime'};
So it did a dumb-mode (stateless) check_authentication request to your
server, but wasn't able to find a "lifetime:<n>\n" row where <n> was
non-zero.
I find these commands very useful:
server# tcpdump -s 0 -w net_dump port 80
server# scp net_dump user at desktop.com
...
desktop$ ethereal net_dump
- Brad
On Mon, 27 Jun 2005, Dossy Shiobara wrote:
> I'm testing my OpenID server implementation using LiveJournal as the
> consumer, and I keep getting this error:
>
> naive_verify_failed_return:
>
> That's it. Nothing else. Help?
>
> -- Dossy
>
> --
> Dossy Shiobara mail: dossy at panoptic.com
> Panoptic Computer Network web: http://www.panoptic.com/
> "He realized the fastest way to change is to laugh at your own
> folly -- then you can let go and quickly move on." (p. 70)
>
>
More information about the yadis
mailing list