Hello, we use postgres
13.15 and have to use Windows Datacenter 2022
I cannot figure out how to
configure postgres for secure remote access.
It is not possible to use
IP whitelisting or VPN, because the user do not provide anything
beside
host/name/port/user/password
# this works but it grants
access without password
# these two are
unable to establish connection
listen_addresses = '*' in
postgresql.conf is set
What is the secure way to
ensure remote access on Windows Server?
Thanks for any help!
Regards, Leo