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

From: "Richard Huxton" <dev(at)archonet(dot)com>
To: "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-05 13:47:20
Message-ID: 006d01c10559$0405c600$1001a8c0@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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 Alex Pilosov 2001-07-05 14:29:18 Re: Kind of error-handler in a pgsql function
Previous Message Mark D Powell 2001-07-05 13:42:19 Re: sql startment problem PLEASE HELP .....