Page 1 of 1

csf gets error and cannot upgrade

Posted: 23 Feb 2014, 14:25
by modom
Hi,

When csf tried to upgrade earlier this morning I get an email that says:
Oops: Unable to download: 599 - Could not connect to 'www.configserver.com:80': IO::Socket::INET: connect: Connection timed out
In WHM now there is only this text and no button to click to upgrade.
Upgrade
Unable to connect to http://www.configserver.com, retry in 300 seconds. An Upgrade button will appear here if new version is detected
The version installed is csf v6.36.

How do I fix it so I can upgrade?

Thanks!

Re: csf gets error and cannot upgrade

Posted: 21 Jan 2015, 03:54
by Nwind Support
I have the same error on csf v7.13 and cxs v5.03
I have installed perl-Crypt-SSLeay that resolved another poster's problem with the upgrade.
Have you had any success in resolving this error?
Would following the install instructions resolve the issue without uninstalling cxs or csf?

Thank you,
Kensel

Re: csf gets error and cannot upgrade

Posted: 24 Jan 2015, 00:17
by modom
I have this same exact error.

I have the US,GB,UK as the country CC_ALLOW_FILTER because I am getting so much spam and this is the only way I can stop it but then I cannot upgrade either.

Am using sf 7.58 version.

Re: csf gets error and cannot upgrade

Posted: 04 Feb 2015, 10:43
by jamesshallcross
I am also not able to upgrade.

CentOS 7
CSF v7.60 (which i just manually upgraded from v7.58)
Webmin


Upgrade
Unable to connect to <download link removed so this post works>, retry in 300 seconds. An Upgrade button will appear here if new version is detected.

I tried with csf stopped (to see if the firewall was blocking access, same error.

I can use wget/curl fine from console, dns lookups work, so i think this might be a problem with csf itself ?

James

Re: csf gets error and cannot upgrade

Posted: 04 Feb 2015, 15:00
by SeaTea
I have the same on a new installation CentOS 7 on a vps with csf v7.60 and webmin.

I am using the same setup on another VPS, but with CentOS 6 and do not see the upgrade error. Tried to install the Perl-Crypt but that does not change anything.

Is there a logfile where I can see an error message ? (nothing in /var/log/messages)

Re: csf gets error and cannot upgrade

Posted: 04 Feb 2015, 15:17
by SeaTea
I found the solution for me after testing manual update with:

Code: Select all

/usr/sbin/csf -u


I got the following error:

Code: Select all

Oops: Unable to download: Protocol scheme 'https' is not supported (LWP::Protocol::https not installed)
So the solution for me was easy:

Code: Select all

yum install perl-LWP-Protocol-https

Re: csf gets error and cannot upgrade

Posted: 04 Feb 2015, 15:21
by ForumAdmin
That information is provided in /etc/csf/csf.conf under the URLGET option.