[Help] Client download ERROR: Signature verification failed---waiting online

I am new user , and i use the docker run my urbackup server yesterday.
I add the new client ,and then i run the command on the client like the below
.But i get an ERROR : Signature verification failed . So how can to fix it , help me ,pls.
(TF=mktemp && wget “http://10.210.57.157:55414/x?a=download_client&lang=en&clientid=1&authkey=Ldui3j83iK&os=linux” -O $TF && sh $TF && rm -f $TF && ( [ ! -e /etc/default/urbackupclient ] || sed -i ‘s/INTERNET_ONLY=false/INTERNET_ONLY=true/’ /etc/default/urbackupclient ) && ( [ ! -e /etc/sysconfig/urbackupclient ] || sed -i ‘s/INTERNET_ONLY=false/INTERNET_ONLY=true/’ /etc/sysconfig/urbackupclient )) i get a ERROR: Signature verification failed. So how can do to fix the problem?

Help!Help! Anyone known about this ,
I try use the command ‘curl http://127.0.0.1:55414/x’ on my localhost, i get the message “Sorry. File not found.” I need the help .