Certificate error while connecting with MongoDB ATLAS

Certificate error while connecting with MongoDB ATLAS

Added certificates to Zoho Analytics Onpremise to connect with Mongodb Atlas

Downloaded the attached files (isrgrootx1.pem.txt,trustid-x3-root.pem.txt) to Zoho/Analytics/jre/lib and rename it as below,

isrgrootx1.pem
trustid-x3-root.pem

Run below commands to import the cert (Password - changeit),

keytool -importcert -file C:\Zoho\Analytics\jre\lib\security\trustid-x3-root.pem -keystore C:\Zoho\Analytics\jre\lib\security\cacerts
keytool -importcert -file C:\Zoho\Analytics\jre\lib\security\isgrootx1.pem -keystore C:\Zoho\Analytics\jre\lib\security\cacerts -alias "Alias"