9.0 SSL renegotiation failure restoring data - Mailing list pgsql-general

From Andrus Moor
Subject 9.0 SSL renegotiation failure restoring data
Date
Msg-id 20101002203042.4EBF113FCA2@mh1.hot.ee
Whole thread Raw
Responses Re: 9.0 SSL renegotiation failure restoring data  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: 9.0 SSL renegotiation failure restoring data  (Andrus Moor <kobruleht2@hot.ee>)
List pgsql-general

Steps to reproduce:

1. Ran latest pgAdmin in windows server 2005 Standard x64 Edition
2. Restore data to Postgres 9.0 linux server from 450 MB backup file if only
SSL connection is enabled

After some time pg_restore reports that connection is closed.
server log is below.
How to restore 450 MB backup copy to Postgres 9.0 Linux server from windows
server using SSL ?

Andrus.

LOG:  duration: 2643663.100 ms  statement: COPY artpilt (id, toode, pilt,
pildityyp, esipil
t) FROM stdin;
LOG:  SSL renegotiation failure
LOG:  SSL failed to send renegotiation request
LOG:  SSL renegotiation failure
LOG:  SSL error: unsafe legacy renegotiation disabled
LOG:  could not send data to client: Connection reset by peer
LOG:  SSL error: unsafe legacy renegotiation disabled
LOG:  could not receive data from client: Connection reset by peer
LOG:  unexpected EOF on client connection
 

pgsql-general by date:

Previous
From: Rajesh Kumar Mallah
Date:
Subject: streaming replication question
Next
From: Tom Lane
Date:
Subject: Re: 9.0 SSL renegotiation failure restoring data