IMPORTANT:If SSL is enabled on your PostgreSQL server, you must modify the Vibe server as follows:
Shut down the Vibe server.
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"
Restart Vibe.