SSL

From: Tom Allison <tom(at)tacocat(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: SSL
Date: 2006-11-19 15:34:21
Message-ID: 4560797D.6010108@tacocat.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

how do I override the SSL option?

2006-11-19 10:30:20 EST 4974 [unknown] LOG: connection received: host=127.0.0.1
port=32785
2006-11-19 10:30:20 EST 4974 [unknown] LOG: could not accept SSL connection:
EOF detected
2006-11-19 10:30:29 EST 4981 [unknown] LOG: connection received: host=127.0.0.1
port=32789
2006-11-19 10:30:31 EST 4981 dbmail LOG: connection authorized: user=dbmail dat
abase=dbmail
2006-11-19 10:30:35 EST 4987 [unknown] LOG: connection received: host=127.0.0.1
port=32794
2006-11-19 10:30:35 EST 4987 [unknown] LOG: could not accept SSL connection:
EOF detected
2006-11-19 10:30:35 EST 4990 [unknown] LOG: connection received: host=127.0.0.1
port=32797

I would prefer that 127.0.0.1 take non-SSL and all others take SSL only.

The following doesn't work:

host dbmail all 127.0.0.1/32 md5
hostssl dbmail postfix 127.0.0.1/32 reject
hostssl all all 192.168.1.0/24 md5
hostssl all all 192.168.0.0/24 md5

Responses

  • Re: SSL at 2006-11-19 16:30:19 from Richard Broersma Jr

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Allison 2006-11-19 16:25:48 nossl authentication
Previous Message Richard Broersma Jr 2006-11-19 03:23:25 Re: moving a single database