stanley
07/17/2024, 3:44 PMkapa.ai
07/17/2024, 3:44 PMSources
from the left navigation bar, search for Postgres
, then create a new Postgres source ([source](https://docs.airbyte.com/integrations/sources/postgres#step-2-create-a-new-postgres-source-in-airbyte-ui)). 2. Enter the hostname, port number, and name for your Postgres database. 3. Enter the username and password. 4. Select an SSL mode as 'verify-ca' or 'verify-full'. Both of these always require encryption. 'verify-ca' also requires certificates from your Postgres database ([source](https://docs.airbyte.com/integrations/sources/postgres#step-2-create-a-new-postgres-source-in-airbyte-ui)). 5. After selecting 'verify-ca' or 'verify-full', you should see options to provide your CA certificate, client certificate, and client private key. Please note that there is an open issue on GitHub regarding the ability to provide a client certificate and client key when the SSL mode is set to 'verify-ca' for the Postgres destination connector ([source](https://github.com/airbytehq/airbyte/issues/22660)). This might be relevant if you are also trying to configure a Postgres destination.stanley
07/17/2024, 6:53 PMkapa.ai
07/17/2024, 6:53 PMkapa.ai
07/17/2024, 6:54 PM