Common Issues

If the KMIP server certificate configured in ESKM does not meet the requirements mentioned in the prerequisites, then the KMIP connection will fail.

  1. 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.

  1. Make sure the ESKM is accessible from the Postgres Linux server.

    • Use the ping command for a ESKM connectivity check.

      • ping <ESKM ip address>

    • Use the netcat command to check connectivity to the ESKM IP and port.

      • nc -zv <ESKM ip address> 5696