Skip Menu |

This queue is for tickets about the WWW-Myspace CPAN distribution.

Report information
The Basics
Id: 24224
Status: resolved
Worked: 15 min
Priority: 0/
Queue: WWW-Myspace

People
Owner: GRANTG [...] cpan.org
Requestors: paulsmith [...] metrocast.net
Cc:
AdminCc:

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



Subject: Unable to login
Date: Thu, 4 Jan 2007 18:38:30 -0500
To: <bug-WWW-Myspace [...] rt.cpan.org>
From: "Paul Smith" <paulsmith [...] metrocast.net>
Grant, Looks like as of last night MySpace has changed something that isn't letting me login. Using the get_friends_page sample script I get the following: C:\WWW-Myspace-0.61\sample_scripts>perl get_friend_page 123456 Email [blahblah]: Password [blahblah]: Error getting page: 501 Protocol scheme 'https' is not supported (Crypt::SSLeay not installed) Error getting page: 501 Protocol scheme 'https' is not supported (Crypt::SSLeay not installed) Error getting page: 500 Can't locate object method "new" via package "LWP::Protocol::https::Socket" Error getting page: 500 Can't locate object method "new" via package "LWP::Protocol::https::Socket" Error getting page: 500 Can't locate object method "new" via package "LWP::Protocol::https::Socket" Error getting page: 500 Can't locate object method "new" via package "LWP::Protocol::https::Socket" Error getting page: 500 Can't locate object method "new" via package "LWP::Protocol::https::Socket" Error getting page: 500 Can't locate object method "new" via package "LWP::Protocol::https::Socket" Error getting page: 500 Can't locate object method "new" via package "LWP::Protocol::https::Socket" Login failed C:\WWW-Myspace-0.61\sample_scripts> Thanks again for the fast support and great module! -Paul
Subject: Re: [rt.cpan.org #24224] Unable to login
Date: Thu, 4 Jan 2007 16:07:51 -0800
To: bug-WWW-Myspace [...] rt.cpan.org
From: Grant Grueninger <grantg [...] spamarrest.com>
Ha! Seems Myspace has started using SSL. Certainly wouldn't want such important information being passed in the clear! That is hilarious. Installing Crypt::SSLeay should fix it, but I'll have to test and include the appropriate modules as requirements... Grant
Subject: Re: [rt.cpan.org #24224] Unable to login
Date: Thu, 4 Jan 2007 19:40:15 -0500
To: <bug-WWW-Myspace [...] rt.cpan.org>
From: "Paul Smith" <paulsmith [...] metrocast.net>
That's what I figured...I'll install it and give it another try. That is funny :) Thanks for the quick response, -Paul Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=24224 > > > Ha! > > Seems Myspace has started using SSL. Certainly wouldn't want such > important information being passed in the clear! > > That is hilarious. Installing Crypt::SSLeay should fix it, but I'll > have to test and include the appropriate modules as requirements... > > Grant > > >
Subject: Re: [rt.cpan.org #24224] Unable to login
Date: Thu, 4 Jan 2007 19:49:40 -0500
To: <bug-WWW-Myspace [...] rt.cpan.org>
From: "Paul Smith" <paulsmith [...] metrocast.net>
Grant, It works fine after installing the module. For those running the MySpace module on Win32 platforms you can use ppm for the download like so: ppm install http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd Thanks, -Paul Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=24224 > > > Ha! > > Seems Myspace has started using SSL. Certainly wouldn't want such > important information being passed in the clear! > > That is hilarious. Installing Crypt::SSLeay should fix it, but I'll > have to test and include the appropriate modules as requirements... > > Grant > > >
Installing Crypt::SSLeay does indeed fix this issue. Crypt::SSLeay 0.53 added as a prerequisite in version 0.62 (not yet released). Grant