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
17.10
Published
February 2022
Language
English (United States)
Last Update
2022-05-30
dita:mapPath
ktu1628075596955.ditamap
dita:ditavalPath
acl1501004736403.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.