Re: Connection error to new pg15 instance

2023-06-04 Thread Steve Baldwin
It turns out RDS by default forces ssl connections for pg15 instances. I have turned this off for now while I work out how that impacts my code and I can now connect to the pg15 instance. Thanks, Steve On Sun, Jun 4, 2023 at 3:10 PM Steve Baldwin wrote: > I suspect it may have something to do

Re: Connection error to new pg15 instance

2023-06-03 Thread Steve Baldwin
I suspect it may have something to do with ssl. The FATAL error in the log said "no encryption". I'm not sure what that means. When I look at a connection to one of our pg14 instances from the same API server, I see this in the logs: 2023-06-04 00:03:06.210 UTC,"b2bc_api","b2bcreditonline",16024,"

RE: connection error

2018-09-09 Thread Ahmed, Nawaz
Hi, Are you sure it is /23 and not /32 for the CIDR notation ? hostall all 127.0.0.1/32 trust hostall all 127.0.0.1/23 trust hostall all 172.29.1

Re: connection error

2018-09-07 Thread amul sul
On Fri, Sep 7, 2018 at 5:10 PM amul sul wrote: > > Do you have following entry as well? > > # IPv6 local connections: > hostall all ::1/128 trust > > I hope "listen_addresses " in postgresql.conf is on default setting. > Sorry, I misread -- your local p

Re: connection error

2018-09-07 Thread amul sul
Do you have following entry as well? # IPv6 local connections: hostall all ::1/128 trust I hope "listen_addresses " in postgresql.conf is on default setting. Regards, Amul Sul On Fri, Sep 7, 2018 at 4:08 PM Sonam Sharma wrote: > > getting below error