This page was last edited on July 1, 2019, at 18:27.
Comments or questions about this documentation? Contact us for support!
Starting with release 8.5.300.32, UCS supports advanced secure configuration connection for PostGreSQL, including FIPS. This configuration can be achieved in any of three ways:
Configuration approaches are described below.
[security] tls=1 fips140-enabled=true trusted-ca=<certificate path>
[settings] sslmode=require
Alternatively, you can configure the application through the Certificate View, which synchronizes the trusted-ca option in the [security] section previously described. Note that other options still need to be manually added in the [security] section.
You can configure the connection between the UCS application and the Postgres DAP application to inject TLS configuration and its FIPS mode.
On the Advanced tab:
The connection between the UCS application and the Postgres DAP application can be configured to inject TLS configuration and its FIPS mode.
The host information on the Server Info tab should look like this:
UCS first looks in the UCS DAP application for TLS/FIPS configuration. If it is not found there, the connection between UCS and UCS DAP is scanned for TLS/FIPS information.
Logs contain the TLS configuration retrieved (from which object) as well as the FIPS mode set:
16:54:59.894 Dbg 09900 [Ucs-Main ] <[]> Registering DataAccessPoint 'UcsDap853' with role 'Main' 16:54:59.900 Trc 09900 [Ucs-Main ] <[]> TLS flag enabled on application UcsDap853 (155) 16:54:59.900 Dbg 09900 [Ucs-Main ] <[]> TLS Expected Hostname : null 16:54:59.900 Dbg 09900 [Ucs-Main ] <[]> TLS Certificate : null 16:54:59.900 Dbg 09900 [Ucs-Main ] <[]> TLS Certificate Key : null 16:54:59.900 Dbg 09900 [Ucs-Main ] <[]> TLS Cipher List : null 16:54:59.900 Dbg 09900 [Ucs-Main ] <[]> TLS Certificate Revocation List : null 16:54:59.900 Dbg 09900 [Ucs-Main ] <[]> TLS Provider : null 16:54:59.900 Dbg 09900 [Ucs-Main ] <[]> TLS Trusted CA Certificate : /tmp/postgres-ca/root.crt 16:54:59.900 Std 21111 [Ucs-Main ] <[]> The Database Access Point 'UcsDap853' has been configured with an infinite timeout, default 60 s will be used. 16:54:59.905 Int 09900 [Ucs-Main ] <[]> Ignoring invalid value 'null' for max-connections
Please consult the following sources: