Re: "Connection refused" with backend psycopg2

2012-05-23 Thread Tanuva
Am 23.05.2012 11:34, schrieb akaariai: > On May 23, 11:46 am, Tanuva wrote: >> If I connect manually using psql, I automatically get an ssl connection. >> Non-ssl isn't supposed to work in this case. Removing the sslmode from >> the django config doesn't change anything as I noted in the paste. >>

Re: "Connection refused" with backend psycopg2

2012-05-23 Thread akaariai
On May 23, 11:46 am, Tanuva wrote: > If I connect manually using psql, I automatically get an ssl connection. > Non-ssl isn't supposed to work in this case. Removing the sslmode from > the django config doesn't change anything as I noted in the paste. > > > The error you are getting is the same yo

Re: "Connection refused" with backend psycopg2

2012-05-23 Thread Tanuva
Am 23.05.2012 08:06, schrieb akaariai: > On May 23, 8:41 am, Tanuva wrote: >> Am 22.05.2012 23:52, schrieb akaariai: >> >> >> >> >> >> >> >> >> >>> On May 22, 11:51 pm, Tanuva wrote: Moin, >> lately, I wanted to switch my database from the testing sqlite file to a more productive

Re: "Connection refused" with backend psycopg2

2012-05-22 Thread kenneth gonsalves
On Tue, 2012-05-22 at 22:51 +0200, Tanuva wrote: > lately, I wanted to switch my database from the testing sqlite file to > a > more productive pgsql 8.4 server. Now I'm constantly getting a > "connection refused" from the psycopg2 backend: > http://dpaste.org/0Ezka/ > Database configuration: http:

Re: "Connection refused" with backend psycopg2

2012-05-22 Thread akaariai
On May 23, 8:41 am, Tanuva wrote: > Am 22.05.2012 23:52, schrieb akaariai: > > > > > > > > > > > On May 22, 11:51 pm, Tanuva wrote: > >> Moin, > > >> lately, I wanted to switch my database from the testing sqlite file to a > >> more productive pgsql 8.4 server. Now I'm constantly getting a > >> "

Re: "Connection refused" with backend psycopg2

2012-05-22 Thread Stanwin Siow
On May 23, 2012, at 1:41 PM, Tanuva wrote: > Am 22.05.2012 23:52, schrieb akaariai: >> On May 22, 11:51 pm, Tanuva wrote: >>> Moin, >>> >>> lately, I wanted to switch my database from the testing sqlite file to a >>> more productive pgsql 8.4 server. Now I'm constantly getting a >>> "connectio

Re: "Connection refused" with backend psycopg2

2012-05-22 Thread Tanuva
Am 22.05.2012 23:52, schrieb akaariai: > On May 22, 11:51 pm, Tanuva wrote: >> Moin, >> >> lately, I wanted to switch my database from the testing sqlite file to a >> more productive pgsql 8.4 server. Now I'm constantly getting a >> "connection refused" from the psycopg2 backend:http://dpaste.org/

Re: "Connection refused" with backend psycopg2

2012-05-22 Thread akaariai
On May 22, 11:51 pm, Tanuva wrote: > Moin, > > lately, I wanted to switch my database from the testing sqlite file to a > more productive pgsql 8.4 server. Now I'm constantly getting a > "connection refused" from the psycopg2 backend:http://dpaste.org/0Ezka/ > Database configuration:http://dpaste.