FortiSOAR Knowledge Base
FortiSOAR: Security Orchestration and Response software provides innovative case management, automation, and orchestration. It pulls together all of an organization's tools, helps unify operations, and reduce alert fatigue, context switching, and the mean time to respond to incidents.
nmathur
Staff
Staff
Article Id 229438
Description

This article describes how to troubleshoot the ‘certificate verification’ error, which causes failures of connectors’ health checks and actions even for trusted certificates.

 

This issue occurs in systems that have been upgraded from FortiSOAR releases prior to 6.0.0.

For example, this issue would be faced by systems that were upgraded to release 7.3.0 from release 5.2.0 (following the stage-wise upgrade path).

Scope Systems that have been upgraded from FortiSOAR releases prior to 6.0.0.
Solution

The 'Verify SSL Certificates' check fails for connectors, even for trusted certificates, when the FortiSOAR is upgraded from releases prior to 6.0.0.

 

To resolve this issue, do the following:

 

1) SSH to the FortiSOAR VM and log in as a root user.

 

2) Download the attached zip file and extract the format-integrations-truststore.py file to the FortiSOAR-VM.

 

3) Run the format-integrations-truststore.py script using the following command:

 

chmod 755 format-integrations-truststore.py
./format-integrations-truststore.py

 

4) Restart the uWSGI service using the following command:


systemctl restart uwsgi

 

Contributors