Interesting Error when attempting update 4.11

I downloaded and installed Parrot 4.11 within Virtualbox and setup a static network settings. Was able to login no problem I decided what the heck let’s update it. So at first I attempted to update using the typical apt update and I noticed the error which suggested to use apt-secure. So I decided to look for an alternate command that would facilitate this action. I read the section within the FAQ that suggested using the sudo parrot-upgrade. Interesting that I still see the same error appear when using this command. See below.

──╼ $sudo parrot-upgrade 
Ign:1 https://deb.parrot.sh/parrot rolling InRelease
Ign:2 https://deb.parrot.sh/parrot rolling-security InRelease
Err:3 https://deb.parrot.sh/parrot rolling Release
  Could not handshake: Error in the pull function. [IP: 51.161.118.148 443]
Err:4 https://deb.parrot.sh/parrot rolling-security Release
  Could not handshake: Error in the pull function. [IP: 51.161.118.148 443]
Reading package lists... Done
E: The repository 'https://deb.parrot.sh/parrot rolling Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'https://deb.parrot.sh/parrot rolling-security Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
failed to update index lists
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

sudo apt install ca-certificates

You can use this command

sudo parrot-mirror-selector direct rolling nonfree
sudo parrot-upgrade