Encrypted database source connector in AEP | Community
Skip to main content
Level 2
December 14, 2023
Question

Encrypted database source connector in AEP

  • December 14, 2023
  • 1 reply
  • 602 views

Hello Team,

 

We are working with Postgres source connector and evaluating our options around Encryption. Based on our current understanding we have below possible options while building the connection string:

 

1) Connection without Encryption:
EncryptionMethod=0; ValidateServerCertificate=0.

 

2) Connection with Encryption but won't be validated at AEP end.
EncryptionMethod=1; ValidateServerCertificate=0.

 

3) Connection with Encryption and validation of certificate sent by PostgreSQL database.
EncryptionMethod=1; ValidateServerCertificate=1.

 

We would like to understand what are the configuration changes required at AEP end in case client want to connect over SSL encrypted connection (i.e option 2 or 3) ?


Documentation Reference:
https://experienceleague.adobe.com/docs/experience-platform/sources/ui-tutorials/create/databases/postgres.html?lang=en


Regards,
Adobe Partners

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

NimashaJain
Adobe Employee
Adobe Employee
January 16, 2024

@arijitg @arpan-garg @mittalabhi86-1 Can you help on the query?