An Azure managed PostgreSQL database service for app development and deployment.
Based on the information shared so far, the issue does not appear to be related to database credentials. Rather, it points towards how the connection request is being initiated from the Boomi runtime environment.
Could you please verify the following:
Ensure that the source IP address shown in the error message is whitelisted in the Azure Database for PostgreSQL firewall rules.
Confirm that SSL is enabled and being enforced on the client connection.
Verify that the JDBC driver version being used by Boomi supports SSL connections to Azure Database for PostgreSQL.
Review the Boomi connector configuration to ensure the SSL parameters are being passed correctly during connection establishment.