How to resolve remote audit failing due to certificate on Cisco Firepower / R80 devices?
When using Manual Configuration Retrieval script, it may not be able to verify the certificate, to get around this you will need to add “--sslVerify=off” into the command used.
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"