| From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
|---|---|
| To: | sujay kadam <sujaykadam02(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org |
| Cc: | pratap(dot)some(at)bristlecone(dot)com |
| Subject: | Re: SSL Enablement in Postgres via Client App like PG-ADMIN-4, Java. |
| Date: | 2023-05-05 15:06:29 |
| Message-ID: | 4d362237-1c34-abf9-410b-9d4a53a8443b@aklaver.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 5/5/23 06:49, sujay kadam wrote:
> Hi Team.
>
> I have enabled SSL in postgres on a different port using pgbouncer.
>
> I have changed the default port to 6432 and made it SSL enabled and
> configured pgbouncer to listen port 5432 which is non-ssl.
>
> But we are connecting directly using port, not by uploading a
> certificate or setting up SSL certificate and properties in pgadmin4 and
> java.
>
> Our requirement is :-
> we should connect ssl-enabled port by configuring ssl-properties and
> providing certificates path in any client tool such as pgadmin4 or using
> java.
>
>
> Below are some questions that needs to clarified :-
>
> How to enable SSL in Postgres database?
>
> How to establish the SSL connection from the client (Eg. Java )? Do we
> need to add any certifications at client side for SSL authentication ?
>
> Do we have any documentation for SSL ?
https://www.postgresql.org/docs/current/ssl-tcp.html
>
>
> Thanks & Regards
> Sujay Kadam
>
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rajmohan Masa | 2023-05-05 15:35:02 | Database size will be Huge difference while Restoring |
| Previous Message | Tom Lane | 2023-05-05 14:26:18 | Re: sorting problem with distinct on() |