Skip Menu |

This queue is for tickets about the WWW-Google-Auth-ClientLogin CPAN distribution.

Report information
The Basics
Id: 70526
Status: open
Priority: 0/
Queue: WWW-Google-Auth-ClientLogin

People
Owner: Nobody in particular
Requestors: aveckey [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: No proxy support
The module WWW::Google::Auth::ClientLogin does not support a proxy server. This is because HTTP::Tiny is used and it does not support a proxy for HTTPS (which WWW::Google::Auth::ClientLogin needs). Please add support for proxy servers. BTW: I was trying version 0.04 of this module and am running Perl 5.8.8
On Fri Aug 26 20:13:53 2011, aveckey wrote: Show quoted text
> The module WWW::Google::Auth::ClientLogin does not support a proxy > server. This is because HTTP::Tiny is used and it does not support a > proxy for HTTPS (which WWW::Google::Auth::ClientLogin needs). > > Please add support for proxy servers.
I'd rather see HTTPS proxies supported in HTTP::Tiny. Alternatively I could make WWW::Google::Auth::ClientLogin use LWP (which supports HTTPS proxies via Crypt::SSLeay IIRC) if it's installed and fallback to HTTP::Tiny if not. Anyway, I've forwarded the bug report to GitHub [0] (just for the record). Cheers [0] https://github.com/AlexBio/WWW-Google-Auth-ClientLogin/issues/2