Monitor outbound traffic

If you set up the communication from your on-premises Jobserver to your Collibra Data Intelligence Platform environment, you may want to monitor the outbound traffic. You can do so by setting up a man-in-the-middle proxy (MITM proxy).

  1. Open Collibra Console with a user profile that has the SUPER role.
    Collibra Console opens with the Infrastructure page.
  2. Click the Jobserver service of a Collibra environment.
  3. Click Infrastructure Configuration.
  4. Click JVM configuration.
  5. Click Edit configuration.
  6. Add the following JVM settings:

    Setting

    Description

    http.proxy.host

    The hostname of the HTTP proxy server for outbound connections to your Collibra Data Intelligence Platform environment.

    Example -Dhttp.proxy.host=proxy.yourcompany.com

    http.proxy.port

    The port of the HTTP proxy server for outbound connections to your Collibra Data Intelligence Platform environment.

    Example -Dhttp.proxy.port=8080

  7. Add the CA certificate of this MITM proxy in the Jobserver's truststore ($(COLLIBRA_DIR)/jre/lib/security/cacerts).