Hi, I am completely new to cloud server and to PostgreSQL. I would like to setup a SSL Connection with PostgreSQL managed database on Digital Ocean. I downloaded the CA certificate. However, when I try to use the CA certificate to connect to the instance externally using Pgadmin, it also asks for a CA key. I am not aware as to where to find this key. Please support or kindly explain, if I have understood something wrongly in this.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there @gauravmjoshi,
I’ve just tested this, what you need is the following, under the SSL section specify:
Set the
SSL mode
toRequired
You need to download your CA certificate and add it under the
Root Certificate
sectionYou can also set the
SSL compression
toYes
I can confirm that I was able to connect with the details above.
The version of Pgadmin that I used was v4.20.
Hope that this helps! Regards, Bobby