perl-google-voice icon indicating copy to clipboard operation
perl-google-voice copied to clipboard

Unable to authenticate and a fix for the Authentication URL

Open kenttse opened this issue 8 years ago • 5 comments

On line 41 of Voice.pm you have the URL as: 'https://accounts.google.com/ServiceLogin' which is leading to failures to creating the object. Changing the URL to 'https://accounts.google.com/ServiceLoginAuth' fixes the issue.

kenttse avatar Aug 01 '16 14:08 kenttse

Thanks that fixed my issue too where it was giving me the following error. Can't call method "send_sms" on an undefined value at /usr/local/sbin/sendtext.pl

jsandova avatar Aug 01 '16 23:08 jsandova

This stopped working again.

jsandova avatar Aug 26 '16 22:08 jsandova

You are welcomed to make a pull request, with appropriate tests.

On Aug 26, 2016, at 4:10 PM, jsandova [email protected] wrote:

This stopped working again.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tempire/perl-google-voice/issues/14#issuecomment-242864132, or mute the thread https://github.com/notifications/unsubscribe-auth/AAD3z4HFDgG0KIj4yEVoy2yLu1gczALyks5qj2RXgaJpZM4JZpR6.

tempire avatar Aug 26 '16 22:08 tempire

Still have issue even with new URL. It appears to be related to TLS 1.2. MOJO or IO::SOCKET fails to connect using TLS 1.2. Google switched https://accounts.google.com to TLS 1.2 only. Need method to force TLS 1.2 for communications with https://accounts.google.com.

elwood43 avatar Sep 04 '16 06:09 elwood43

System had OpenSSL issue (TLS). Resolved with updated OpenSSL. Still getting original errorl

elwood43 avatar Sep 04 '16 07:09 elwood43