[GENERAL] SSL error

2010-05-04 Thread AI Rumman
I have created server.crt and server.key using the Postgresql documentation. Followings are the commands: --- openssl req -new -text -out server.req openssl rsa -in privkey.pem -out server.key rm privkey.pem openssl req -x509 -in server.req -text -key

Re: [GENERAL] SSL error

2010-05-04 Thread Thom Brown
On 4 May 2010 11:50, AI Rumman rumman...@gmail.com wrote: I have created server.crt and server.key using the Postgresql documentation. Followings are the commands: --- openssl req -new -text -out server.req openssl rsa -in privkey.pem -out

Re: [GENERAL] SSL error

2010-05-04 Thread AI Rumman
I change the pg_hba.conf as below: hostssl allall10.0.0.34/32 md5 But still the same problem. On Tue, May 4, 2010 at 5:03 PM, Thom Brown thombr...@gmail.com wrote: On 4 May 2010 11:50, AI Rumman rumman...@gmail.com wrote: I have created server.crt and server.key using the

Re: [GENERAL] SSL error

2010-05-04 Thread Ray Stell
On Tue, May 04, 2010 at 05:12:16PM +0600, AI Rumman wrote: I change the pg_hba.conf as below: and you restart or do a pg_ctl reload? -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

[GENERAL] SSL error: decryption failed or bad record mac

2006-11-27 Thread Claudio Rossi
Hello, I just installed postgresql 8.1.5 and the only things I ported from 8.0.3 (last version I used) are server, user and CA X509 certificates (fresh install for everything else). I'm using OpenSSL 0.9.8d, Fedora Core 4, I have enabled SSL as described in manual (at every step where it's

Re: [GENERAL] SSL error: decryption failed or bad record mac

2006-11-27 Thread Jim Nasby
On Nov 27, 2006, at 12:06 PM, Claudio Rossi wrote: Hello, I just installed postgresql 8.1.5 and the only things I ported from 8.0.3 (last version I used) are server, user and CA X509 certificates (fresh install for everything else). I'm using OpenSSL 0.9.8d, Fedora Core 4, I have enabled

[GENERAL] SSL error: decryption failed or bad record mac (pg as Samba backend)

2005-03-11 Thread Fernando Schapachnik
Hi, I'm trying to use an SSL-enabled (OpenSSL 0.9.7d) Postgres 7.3.9 as database backend to Samba 3.0.11. On startup Samba opens a connection, and passes it to every fork()ed process. On some scenarios (consistenly, when somebody tries to log into a workstation after reboot), Samba spits:

Re: [GENERAL] SSL error: decryption failed or bad record mac (pg as Samba backend)

2005-03-11 Thread Tom Lane
Fernando Schapachnik [EMAIL PROTECTED] writes: And the server log says: [24129] LOG: SSL error: decryption failed or bad record mac [24129] LOG: pq_recvbuf: recv() failed: Connection reset by peer I think you need to find some SSL hackers; this is below libpq's level too.