Error while linking foundry app in Iris

Error while linking foundry app in Iris

Error
Import of newly linked Foundry App failed.

To resolve this issue
Foundry server https certificate should be added to “Volt Iris” java cacert. Follow the below steps to add cert

  1. Download the certificate from url by using below commands

    Mac

    openssl s_client -connect : -showcerts </dev/null 2>/dev/null | openssl x509 -outform PEM > cert.pem

    Windows
    To download certificate from browser (chrome/edge), please refer below link
    Export an Existing Certificate From a Web Browser – Shift4 Knowledge

  2. To add downloaded cert in step 1, run the following command

    Mac

    keytool -import -alias “foundry” -file <file downloaded in step 1 .pem/.crt> -keystore <Volt Iris install dir>/jre/Contents/Home/lib/security/cacerts -storepass changeit

    Windows

    keytool -import -alias “foundry” -file <file downloaded in step 1 .pem/.crt> -keystore <Volt Iris install dir>/jre/lib/security/cacerts -storepass changeit

  3. It would prompt for confirmation as shown below , type yes and hit enter

    Trust this certificate? [no]:

  4. Restart the Iris and good to link foundry app into iris

1 Like

please link this article with Error while linking foundry app in Iris as a proper solution .