cloudflarearchive / Cloudflare-Tools

Tools which enable you to get the full benefit of using the Cloudflare service.
www.cloudflare.com
122 stars 38 forks source link

Failed to download mod_cloudflare.c #13

Closed sertaconay closed 11 years ago

sertaconay commented 11 years ago

Hello.

I run "perl cloudflare.pl install" command but it gives an error:

Failed to download: [https://raw.github.com/cloudflare/CloudFlare-Tools/master/mod_cloudflare.c] at cloudflare.pl line 40.

I'm on CentOS 5.9, using Cpanel/WHM.

I can download it with wget but why can't this script download the file?

bundan commented 11 years ago

Hey:

cloudflare.pl was not written by us, it was written by a third party: https://github.com/tylerl/util/tree/master/easyapache

On the other hand, that link appears to be outdated, it should be using this instead: https://raw.github.com/cloudflare/mod_cloudflare/master/mod_cloudflare.c

sertaconay commented 11 years ago

Thank you for pointing that project. I installed Perl module called LWP::Protocol:https by running "cpan LWP::Protocol:https" and issue solved.