Skip to main content Skip to complementary content
Close announcements banner

Configuring a client to communicate with the MDM server using SSL

If the MDM server is configured with SSL support, any Java client must provide a TrustStore to verify the server's certificate in order to communicate with the MDM server using SSL.

For more information about how to configure the studio to communicate with the MDM server using SSL, see the section on SSL preference settings of your Talend Studio User Guide.

The following example shows how to configure SSL support for the MDM server from the Bonita BPM server which is installed standalone.

Procedure

  1. Browse to the directory <Bonita_Home>/server/bin. Here Bonita_Home indicates the directory where the Bonita server has been installed manually.
    For more information about how to install the Bonita server manually, see Installing the Bonita BPM community server manually (deprecated).
  2. Edit the file setenv.sh by adding the following line:
    -Djavax.net.ssl.trustStore=<full path to the keystore file> -Djavax.net.ssl.trustStorePassword=<password of the keystore file>
  3. Save your changes into the file.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!