@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 requi
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
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
D