Re: [pgadmin-support] pgAdmin asks me the server's private key

2010-10-07 Thread Guillaume Lelarge
Le 07/10/2010 00:50, Sébastien Mauroy a écrit : > Thank you for you help ! > > Le 7/10/2010 00:15, Guillaume Lelarge a écrit : >> Well, I guess you do. Did you try to connect with psql? didn't it ask >> for the same thing? > > I got the same message. > So, the issue is with PostgreSQL, not pgA

Re: [pgadmin-support] pgAdmin asks me the server's private key

2010-10-06 Thread Michael Shapiro
I think this is a postgres question about how it expects ssl to be configured ... I found some source code for Postgres that has this message in it.. http://doxygen.postgresql.org/fe-secure_8c-source.html 01010 if (have_cert && fnbuf[0] != '\0') 01011 { 01012 /* read the client key fr

Re: [pgadmin-support] pgAdmin asks me the server's private key

2010-10-06 Thread Guillaume Lelarge
Le 06/10/2010 22:51, Sébastien Mauroy a écrit : > [...] > I installed postgreSQL on my serveur with the SSL support enabled. I > have my own CA and I generated a cert for this service. When I use > pgAdmin III, it says : > > "Error connecting to the server: certificate present, but not private > k