On Mon May 09 16:32:03 2011, JOEY wrote:
Show quoted text> Trying to log in with an openid that is only accessible by ipv6 fails.
>
> I tried using Net::INET6Glue to work around perl's known ipv6
problems,
Show quoted text> but it was not enough to get this module to work. Although it did get
LWP
Show quoted text> working to the point that it could download the openid provider's
page,
Show quoted text> this module must do something that defeats Net::INET6Glue.
I bet LWPx::ParanoidAgent is defeating the INET6Glue module. It
implements its own DNS lookups and specifically looks for "A" records,
so won't see "AAAA" records and thus this case will look to
Net::OpenID::Consumer like the hostname was invalid.
This should really be fixed inside LWPx::ParanoidAgent, making it aware
of "AAAA" records.