Can't update DA

wm20472

Verified User
Joined
Mar 21, 2006
Messages
110
In DA >> Licensing / Updates >> Update DirectAdmin, Can't update DA

In Message system, show "The task.queue file does not appear to be getting processed"

/var/log/cron, is run every minute (logged every minute)

[root@fs01 log]# ps ax | grep cron
2527 ? Ss 0:00 crond
24054 pts/0 D+ 0:00 grep cron

check IP same as lic.
[root@fs01 ~] # sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 64:31:50:27:8D:42
inet addr:115.160.128.100 Bcast:115.160.128.127 Mask:255.255.255.128
inet6 addr: fe80::6631:50ff:fe27:8d42/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:220190611 errors:0 dropped:0 overruns:0 frame:0
TX packets:160535039 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4086213485 (3.8 GiB) TX bytes:4041150711 (3.7 GiB)
Interrupt:19 Memory:f0500000-f0520000

I try Updating DirectAdmin Manually, can't download update package.

[root@fs01 directadmin]# wget --no-check-certificate -O update.tar.gz 'https://www.directadmin.com/cgi-bin/daupdate?redirect=ok&uid=5966&lid=13440'
--2019-11-19 22:22:50-- https://www.directadmin.com/cgi-bin/daupdate?redirect=ok&uid=5966&lid=13440
Looking for host www.directadmin.com... 216.144.255.179
connecting www.directadmin.com|216.144.255.179|:443... Connected。
OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Unable to establish SSL connection.


How to update system errors? THANKS
 
What is your OS version? Can you try to yum update on your system as it looks like your system has older version of TLS support
 
Back
Top