Re: ConnecDB() -- couldn't send SSL negotiation packet:

From: Bhuvan A <bhuvanbk(at)yahoo(dot)com>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: Bhuvan A <bhuvanbk(at)yahoo(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: ConnecDB() -- couldn't send SSL negotiation packet:
Date: 2001-07-06 04:42:10
Message-ID: Pine.LNX.4.20.0107061009380.30570-100000@Larry.bks
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


Well, I am using the perl standard module 'Pg'. For your
kind attention, I am socksifying my application, since we
are here using proxy!

On Thu, 5 Jul 2001, Richard Huxton wrote:

> From: "Bhuvan A" <bhuvanbk(at)yahoo(dot)com>
>
> > While i am trying to connect pgsql from a perl program, i am
> > getting the error message as
> >
> > ConnectDB() -- couldn't send SSL negotiation packet:
> > errno=9 Bad file descriptor
>
> Are you checking return values from whatever connect/open call you make? It
> sounds like the client end is trying to negotiate a connection over a
> non-existent socket.
>
> What Perl module are you using?
>
> Can you show some code?
>
> - Richard Huxton
>

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bhuvan A 2001-07-06 06:35:22 While Using COPY COMMAND ...
Previous Message Josh Berkus 2001-07-06 04:23:42 Re: Text manipulation in SQL