Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.aptible.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Cause

This error means that your PostgreSQL client is configured to connect to without SSL, but PostgreSQL Databases on Aptible require SSL.

Resolution

Many PostgreSQL clients allow enforcing SSL by appending ?ssl=true to the default database connection URL provided by Aptible. For some clients or libraries, it may be necessary to set this in the configuration code. If you have questions about enabling SSL for your app’s PostgreSQL library, please contact Aptible Support.