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).
- Open Collibra Console with a user profile that has the SUPER role.
Collibra Console opens with the Infrastructure page. - Click the Jobserver service of a Collibra environment.
- Click Infrastructure Configuration.
- Click JVM configuration.
- Click Edit configuration.
- 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
- Add the CA certificate of this MITM proxy in the Jobserver's truststore (
$(COLLIBRA_DIR)/jre/lib/security/cacerts
).