Hi everyone,
I am trying to create a connection ADO from PostgreSQL, but I consistently receive the following error:
Failed to establish a connection
The following message was sent from the target system:
The SSL certificate is either invalid or not in unencrypted PEM format. Please check your certificate and try again.
Please update your configuration details and try again.
I have already provided the path to my CA certificate file, and the file content :
-----BEGIN CERTIFICATE-----
MIIDBzCCAe+...........................
multiple line...........
-----END CERTIFICATE-----
As far as I can see, the certificate appears to be correctly formatted in unencrypted PEM format.
Has anyone encountered this issue before, or can advise what might be causing this error?
Thank you in advance for your help.