upgrade error(solved)

Post Reply
zhihao
Junior Member
Posts: 9
Joined: 01 Mar 2013, 01:28

upgrade error(solved)

Post by zhihao »

Dear everyone,

I use directadmin control panel on my server. And I get the message below in csf cpanel:

Unable to connect to https://download.configserver.com, retry in 300 seconds. An Upgrade button will appear here if new version is detected

Could you please give me some advice? Thank you.
Last edited by zhihao on 05 Jan 2015, 19:14, edited 1 time in total.
zhihao
Junior Member
Posts: 9
Joined: 01 Mar 2013, 01:28

Re: upgrade error

Post by zhihao »

Solved.

yum install perl-Crypt-SSLeay

and everything is OK. :)
erikvanheck
Junior Member
Posts: 1
Joined: 22 Jan 2016, 16:32

Re: upgrade error(solved)

Post by erikvanheck »

Thanks hero!!
COB5
Junior Member
Posts: 4
Joined: 11 Mar 2016, 12:01

Re: upgrade error(solved)

Post by COB5 »

Nope yum install solution does not work
:(
Does anyone have any suggestions?
Is there a command line I can issue?
COB5
Junior Member
Posts: 4
Joined: 11 Mar 2016, 12:01

Re: upgrade error(solved)

Post by COB5 »

Update:

root@cbox [~]# csf -u
Oops: Unable to download: Can't connect to download.configserver.com:443 (timeout)
root@cbox [~]#
COB5
Junior Member
Posts: 4
Joined: 11 Mar 2016, 12:01

Re: upgrade error(solved)

Post by COB5 »

For anyone that comes after...

From problem server:
ping -c 4 download.configserver.com

If no response - Then IP is probably blocked.

Run ping on a server (on the same subnet) that can connect, and observe the IP that was resolved.

Go back to problem server and check that the IP or net cidr is not blocked, when you find it, remove that block entry.

Then run command: csf -u

This fixed it for us! :)
Post Reply