9.0 SSL renegotiation failure restoring data

From: Andrus Moor <kobruleht2(at)hot(dot)ee>
To: pgsql-general(at)postgresql(dot)org,pgsql-general(at)postgresql(dot)org
Subject: 9.0 SSL renegotiation failure restoring data
Date: 2010-10-02 20:30:39
Message-ID: 20101002203042.4EBF113FCA2@mh1.hot.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
 

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-10-02 20:43:18 Re: 9.0 SSL renegotiation failure restoring data
Previous Message Rajesh Kumar Mallah 2010-10-02 16:02:44 streaming replication question