Hi @Yuan Zhang
In order to avoid this CA authentication failure, you will need to ensure that the date/time is correct on the incorrect server. There is a particular issue with UNIX dates beyond 2038, which is why this is particularly causing you an issue.
To find the unix current timestamp use the %s option in the date command. The %s option calculates unix timestamp by finding the number of seconds between the current date and unix epoch.
--------
--If the reply is helpful, please Upvote and Accept as answer--