Enable TLS-Only Connections in Postgres | Teradata Viewpoint - Enabling TLS-Only Connections in Postgres - Teradata Viewpoint

Teradata® Viewpoint Installation, Configuration, and Upgrade Guide for Customers

Product
Teradata Viewpoint
Release Number
16.50
16.20
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
nsn1520516845887.ditamap
dita:ditavalPath
nsn1520516845887.ditaval
dita:id
B035-2207
lifecycle
previous
Product Category
Analytical Ecosystem
Configuring Postgres is only available for Viewpoint versions 16.20.23.02 and later.
  1. From /data/viewpointdb/pg_hba.conf, remove the following two lines:
    host all all 0.0.0.0/0 md5
    host all all ::0/0 md5
  2. Restart Postgres.