XFileSharing Pro - 500 Can't verify SSL peers without knowning which ....

Message
Author
hscorp
Posts: 143
Joined: Nov 12, 2008 5:36 pm

500 Can't verify SSL peers without knowning which ....

#1 Postby hscorp » Mar 12, 2011 9:27 pm

File download failed:500 Can't verify SSL peers without knowning which Certificate Authorities to trust.

when trying to leech from rapidshare

what's the problem???

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#2 Postby admin » Mar 14, 2011 8:50 am

LWP was updated to version 6.

You need to install perl module Mozilla::CA

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#3 Postby PilgrimX182 » Mar 14, 2011 10:48 am

Easier solution: in upload.cgi and ipn.cgi add this line after "use strict;" :

Code: Select all

$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME}=0;

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#4 Postby PilgrimX182 » Mar 14, 2011 10:51 am

Or download latest script zip package and get fixed upload.cgi + ipn.cgi from there.

hscorp
Posts: 143
Joined: Nov 12, 2008 5:36 pm

#5 Postby hscorp » Mar 14, 2011 3:57 pm

ok i used the way of PilgrimX182 and it works many thanks :)

but how can i install that module Mozilla::CA?

PowerChaos
Posts: 521
Joined: Dec 19, 2009 5:12 pm

#6 Postby PowerChaos » Mar 17, 2011 1:37 am

it is kinda easy to install that module

just open putty and type this command in console

Code: Select all

cpan
you should see cpan then


or if that does not works

Code: Select all

yum install cpan
after you are in cpan just type in

Code: Select all

install Mozilla::CA
and it will install it for you , resend the ipn from paypal (or any other payment module) and it adds the extra days

Greets From PowerChaos

idupload
Posts: 97
Joined: Jun 04, 2010 7:46 am

#7 Postby idupload » Mar 19, 2011 2:48 am

PowerChaos wrote:it is kinda easy to install that module

just open putty and type this command in console

Code: Select all

cpan
you should see cpan then


or if that does not works

Code: Select all

yum install cpan
after you are in cpan just type in

Code: Select all

install Mozilla::CA
and it will install it for you , resend the ipn from paypal (or any other payment module) and it adds the extra days

Greets From PowerChaos
Thank you for this solution powerchaos....
by the way do you know about torrent running in fileserve nginx?
because I can not running...

Please share information here. Thank you