The following issue was tested and confirmed fixed in my lab environment on an FMC running version 6.2.3.
Problem
When trying to download updates on the FMC, the downloads fail. The issue is certificate related and the FMC is more than likely missing some required certificates.
Solution
The following solution requires the following file to be uploaded to the FMC. Once uploaded a script needs to be run in order to complete the placement of certificates.
- Access the FMC using SFTP and place the above file in the ‘tmp’ folder.
- Elevate your user privileges
sudo su
- Untar the file
tar -xvf <NAME_OF_FILE.tar>
- Run the following script
./install_certs.sh
The relevant certificates should now be installed and you should be able to initiate downloads.