...
On PCs running behind a firewall solution with SSL-inspection capabilities (eg. ZScalar or Umbrella), users must import CA of the firewall to the list of already existing and known CAs inside Solibri’s Java certificate store, as Solibri ships with it’s own its version of Java.
This will allow dRofus extension to reach dRofus servers from within Solibri.
...
The second command will ask for a password for the cacert, the default password is changeit
To verify that the certificate is has been added:
Code Block |
---|
"C:\Program Files\Solibri\SOLIBRI\jre\bin\keytool.exe" -list -v -cacerts -alias CustomCACertificate |
...