10.5 Securing PostgreSQL and Vibe Communications

IMPORTANT:If SSL is enabled on your PostgreSQL server, you must modify the Vibe server as follows:

  1. Shut down the Vibe server.

  2. Rerun the Vibe installer and when specifying the JDBC URL, add ?ssl=true after the database name, for example:

    url="jdbc:postgresql://IP_address_or_DNS_name:5432/vibe_db_name?ssl=true"

  3. Restart Vibe.