Skip to content
  • There are no suggestions because the search field is empty.

How to resolve Firepower/R80 Remote audit fails due to Certificate

You will need to use the Manual Configuration Retrieval Script.

Please Note: This guide is for Nipper (v2) only. 

When attempting to acquire the configuration, via the Manual Configuration Retrieval script found here: https://bitbucket.org/titanialtd/nipper_config_retrieval/src/master/Manual%20config%20retrieval/

The script may not be able to verify the certificate, to get around this you will need to add “--sslVerify=off” into the command used. There is a full example below:

retrieve-config.exe --connection-script =”cisco-firepower-connection-script.
js” --sslVerify=”off” --address=https://xxx.xxx.xxx.xxx --username=”admin”
--password=”type password” --output=”configuration-file.json”