When executing apt-get update, if you see such a prompt
It means there is a problem with the update source URL. We only need to find the update source in the /etc/apt/sources.list file and change the https protocol at the beginning of the link to http.
We use the vi command to open this file and replace all https places with http, as shown below:
After saving, re-execute