If the KMIP server certificate configured in ESKM does not meet the requirements mentioned in the prerequisites, then the KMIP connection will fail.
-
Verify the certificates used for KMIP communication. If the KMIP server certificate configured in ESKM does not meet the requirements mentioned in the prerequisites, the KMIP connection will fail.
-
Make sure the ESKM is accessible from the Postgres Linux server.
-
Use the
pingcommand for a ESKM connectivity check.-
ping <ESKM ip address>
-
-
Use the
netcatcommand to check connectivity to the ESKM IP and port.-
nc -zv <ESKM ip address> 5696
-
-