I'm trying to connect to a postgresql 8.1 without any ssl active. pgadmin works fine, but zeos can't connect.
With mysql the program works fine, but've like to test postgres instead.
thanks for help
Rudolf
Error connecting to postgres 8.1
Moderators: gto, cipto_kh, EgonHugeist
i've forgotten the error-message:rnaujack wrote:I'm trying to connect to a postgresql 8.1 without any ssl active. pgadmin works fine, but zeos can't connect.
With mysql the program works fine, but've like to test postgres instead.
thanks for help
Rudolf
SQL Error: received invalid response to SSL negotiation: 4.
i've got all these dlls in my path; without them the program complains about missing dlls.
If i us protocol postgres or postgres-8, i get:
SQL Error: received invalid response to SSL negotiation: 4.
If i use protocol postgres-7, i get:
SQL Error: expected authentication request from server, but received 4.
Using perl with DBI::Pg / DBI::PgPP against this server, all works fine.
Against an postgres 8.2 server on windows:
instead of '4' there a '>' in the error-message
If i us protocol postgres or postgres-8, i get:
SQL Error: received invalid response to SSL negotiation: 4.
If i use protocol postgres-7, i get:
SQL Error: expected authentication request from server, but received 4.
Using perl with DBI::Pg / DBI::PgPP against this server, all works fine.
Against an postgres 8.2 server on windows:
instead of '4' there a '>' in the error-message