Authorizing Error

Jul 20 07:20:03 beaglebone mender[591]: time="2022-07-20T07:20:03Z" level=warning msg="Returning artifact name from /etc/mender/artifact_info file. This is a fallback, in case the information can not be retrieved from the database, and is only expected when an update has never been installed before."
Jul 20 07:20:03 beaglebone mender[591]: time="2022-07-20T07:20:03Z" level=warning msg="Returning artifact name from /etc/mender/artifact_info file. This is a fallback, in case the information can not be retrieved from the database, and is only expected when an update has never been installed before."
Jul 20 07:20:03 beaglebone mender[591]: time="2022-07-20T07:20:03Z" level=info msg="Device unauthorized; attempting reauthorization"
Jul 20 07:20:03 beaglebone mender[591]: time="2022-07-20T07:20:03Z" level=info msg="Output (stderr) from command \"/usr/share/mender/identity/mender-device-identity\": using interface /sys/class/net/eth0"
Jul 20 07:20:03 beaglebone mender[591]: time="2022-07-20T07:20:03Z" level=error msg="Failure occurred while executing authorization request: Method: Post, URL: myserver.com/api/devices/v1/authentication/auth_requests"

Hello,
I have an authorizing error after I deployed my .img to my beagleboard. I checked my systemdate and also my certificate but I am not sure which certificate should I take from mender-server. I couldn’t find any solution. I am open for your suggestions.

Note:myserver.com is an example

I solved my problem. My /etc/resolv.conf file was broken so I made an archive resolv.conf.old and created my own resolv.conf with “nameserver 8.8.8.8” and it automatically connected to Mender. If it doesn’t work you should check your server.crt, and doing mender setup again with command “sudo mender setup” and reboot the device.