Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Encrypted database source connector in AEP

Avatar

Level 2

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/po...


Regards,
Adobe Partners

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Employee

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