When making a connection to a postgreSQL database Data360 Analyze utilizes the functionality of the postgreSQL JDBC driver to make the required connection.
The connection to the database uses a TCP connection - it does not utilize HTTP.
The postgreSQL JDBC driver properties are described in the driver's documentation. This indicates there is no support for a proxy server in the driver.
If a firewall is preventing a direct connection to the target database then you would need to either:
1) open an egress pinhole in the firewall
2) Configure the node to make a connection to a suitable proxy server and then configure the proxy server to re-write the TCP destination information to route the connection to the target database.
------------------------------
Adrian Williams
Precisely Software Inc.
------------------------------
Original Message:
Sent: 03-20-2023 07:54
From: Sébastien Godet
Subject: Unable to add Proxy info to access Azure PostgresSQL via JDBC
Thank you Annie.
I tried that but it doesn't even seem to use the proxy information entered this way.
Sebastien
------------------------------
Sébastien Godet
E.ON Sverige
MALMOE
------------------------------
Original Message:
Sent: 03-20-2023 05:46
From: Annie Kay
Subject: Unable to add Proxy info to access Azure PostgresSQL via JDBC
Hi,
We've done something similar recently and we added the settings into DbOptions, something like this:
useProxy=true
proxyHost=[proxy server]
proxyPort=[proxy port]
------------------------------
Annie Kay
LEXISNEXIS RISK SOLUTIONS
NEW YORK