Re: DBI remote connection problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sally Sally" <dedeb17(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: DBI remote connection problem
Date: 2004-05-14 00:29:33
Message-ID: 14629.1084494573@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Sally Sally" <dedeb17(at)hotmail(dot)com> writes:
> When I try to connect to a remote server using DBI I get an error " expected
> authentication request from server, but received S"

Only thing that comes to mind is that 'S' would be the server's first
response if the client requests an SSL-encrypted session. But that
would suggest that the DBI code is requesting an SSL session and then
not knowing what to do when it gets its wish. Which sounds awfully
broken of it.

Perhaps this is some sort of version mismatch? What PG version is the
server, and what DBD::Pg code are you using?

Also, you might be better off asking in pgsql-interfaces, where there's
a higher chance of finding someone who knows anything about DBI/DBD.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-05-14 00:31:38 Re: After update complete set
Previous Message DeJuan Jackson 2004-05-13 23:05:16 Re: After update complete set