Forum Discussion
Unable to disable Encrypt connections
- Anonymous2 years ago
Thanks for the reply from amitchandak , please allow me to provide another insight:
Hi milletf1 ,You can check the solutions for the same error message below and try connecting to AWS via SSL by setting the relevant information:
Solved: Connecting to PostgresSQL hosted on AWS RDS? - Microsoft Fabric Community
Alternatively, you can try using ODBC to connect to PostgreSQL.
Solved: How to fix Invalid Certificate on postgresql serve... - Microsoft Fabric Community
This is the related document, you can view this content:
Solved: The remote certificate is invalid according to the... - Microsoft Fabric Community
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I've managed to establish a connection to my database with ODBC using the process described here Solved: How to fix Invalid Certificate on postgresql serve... - Microsoft Fabric Community. Note that I had to add `SSLMode=require` to the connection string before it would work.