"Alex R. Mosteo" <alejandro@xxxxxxxxxx> writes: > Tom Lane wrote: >> What's the platform exactly, and exactly which PG 8.0.* release are you >> using? For that matter, are you sure you are linking your program to >> the 8.0 libpq.so, and not still the 7.4 one? > Server is 8.0.3, client is in another machine which only has the > libpq.3.1 installed. This client has not been recompiled. Hm, there were a passel of bugs in the SSL certificate support in 7.4, so maybe you've run into one of them. Try updating the client's copy of libpq. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend