Re: Having issue with SSL.

2023-05-30 Thread Randy Needham
@lists.postgresql.org Subject: Re: Having issue with SSL. On 2023-05-24 21:02:04 +, Randy Needham wrote: > The problem I am running into is my remote client can't connect via SSL to > postgrsql. I am able to from the server itself. This is using pgAdmin 4 and > making ssl mode as required.

Re: Having issue with SSL.

2023-05-26 Thread Peter J. Holzer
On 2023-05-24 21:02:04 +, Randy Needham wrote: > The problem I am running into is my remote client can't connect via SSL to > postgrsql. I am able to from the server itself. This is using pgAdmin 4 and > making ssl mode as required. Also ran psql.exe on the server to show that SSL > was in

Re: Having issue with SSL.

2023-05-25 Thread Randy Needham
but we have only port 5432 opened. From: Randy Needham Sent: Wednesday, May 24, 2023 2:02 PM To: pgsql-general@lists.postgresql.org Subject: Having issue with SSL. host - Windows Server 2022 postgresql - 14.8 pgAdmin 4 - 7.1 openssl - 3.1.0 So I have generated a key

Having issue with SSL.

2023-05-24 Thread Randy Needham
host - Windows Server 2022 postgresql - 14.8 pgAdmin 4 - 7.1 openssl - 3.1.0 So I have generated a key and csr file to be sent to a CA cert issuer InCommon. I generated via openssl with the following command. openssl.exe req -newkey rsa:2048 -nodes -keyout postgresql.key -out postgresql.csr