Re: [GENERAL] Problem with SSL and postgreSQL 8.0.4

2005-10-27 Thread Michael Fuhr
On Thu, Oct 27, 2005 at 12:26:35PM +0100, Uzo Madu wrote: > On Thursday 27 October 2005 12:17, you wrote: > > Did you enable ssl in postgresql.conf? > > refresh my mind please, what is it i'm meant to alter in my postgresql.comf > file to enable ssl again? The "ssl" setting -- uncomment it and c

Re: [GENERAL] Problem with SSL and postgreSQL 8.0.4

2005-10-27 Thread Michael Fuhr
On Thu, Oct 27, 2005 at 11:46:16AM +0100, Uzo Madujibeya wrote: > As you can see there is no message to say that the root.crt file is missing, > which I hav received in previous installs of postgresql, and of course when > I try to access postgresql via jboss 4 using an ssl url I get a message > sa

[GENERAL] Problem with SSL and postgreSQL 8.0.4

2005-10-27 Thread Uzo Madujibeya
Hi, I have installed postgresql 8.0.4 onto my linux distro (SuSe 9.3 PRO). I configured the build to support SSL: ./configure --with-openssl To start postgresql I use the following command: /usr/local/pgsql/bin/postmaster -i -D /usr/local/pgsql/data In my data folder I have my server.crt and se