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

Поиск
Список
Период
Сортировка
От Bhuvan A
Тема Re: ConnecDB() -- couldn't send SSL negotiation packet:
Дата
Msg-id Pine.LNX.4.20.0107061009380.30570-100000@Larry.bks
обсуждение исходный текст
Ответ на Re: ConnecDB() -- couldn't send SSL negotiation packet:  ("Richard Huxton" <dev@archonet.com>)
Список 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 по дате отправления:

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: Text manipulation in SQL
Следующее
От: Bhuvan A
Дата:
Сообщение: While Using COPY COMMAND ...