Re: ConnecDB() -- couldn't send SSL negotiation packet: - Mailing list pgsql-sql

From Bhuvan A
Subject Re: ConnecDB() -- couldn't send SSL negotiation packet:
Date
Msg-id Pine.LNX.4.20.0107061009380.30570-100000@Larry.bks
Whole thread Raw
In response to Re: ConnecDB() -- couldn't send SSL negotiation packet:  ("Richard Huxton" <dev@archonet.com>)
List 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@yahoo.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
> 



pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: Text manipulation in SQL
Next
From: Bhuvan A
Date:
Subject: While Using COPY COMMAND ...