Can you provide more details around what source type you are using, the endpoints you are trying to hit and any additional logs from the VA with debugging enabled?
sailpoint@sailpoint-va ~ $ curl
curl: try ‘curl --help’ or ‘curl --manual’ for more information
sailpoint@xyz-va ~ $ curl https://xxx.xxx.com
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the webpage mentioned above.
sailpoint@sailpoint-va ~ $
The server presented a certificate, but your VA (Virtual Appliance) doesn’t trust the certificate chain (likely missing the intermediate CA or root CA).
This usually happens if:
The server uses a certificate signed by a private CA (e.g., corporate/internal CA).
The intermediate certificate wasn’t included in the server’s cert chain.