Check connectivity between an on-premises Jobserver and Collibra Platform
Before you install your on-premises Jobserver, we highly recommend to do some basic connectivity tests between the node on which you are going to install the Jobserver service and your Collibra Platform environment. If the node cannot reach your Collibra Platform environment, then first fix the connectivity before you start the Jobserver installation.
- Open the connection and port from your on-premises Jobserver to your Collibra Platform environment.
- Whitelist the DNS name of your Collibra Platform environment.
- Check if the Jobserver node can reach your Collibra Platform environment with the following command:
curl -x "" -i https://<your-environment>.collibra.com/reversehttp-poll/1
You should receive an HTTP 401 response. If you don't receive an HTTP 401 response, fix the connectivity before proceeding with the configuration.
curl -x http(s)://proxy:port -i https://<your-environment>.collibra.com/reversehttp-poll/1
What's next?
When you receive an HTTP 401 response, you can start the installation of the Jobserver.