From: Maz M. <mmo...@pe...> - 2013-02-25 14:14:00
|
I downloaded the binaries, and it seems that it was built with openssl. I'm not getting any errors about missing libraries or .so files. -maz -----Original Message----- From: Koichi Suzuki [mailto:koi...@gm...] Sent: Monday, February 25, 2013 6:07 AM To: Maz Mohammadi Cc: Nikhil Sontakke; pos...@li... Subject: Re: [Postgres-xc-general] can't access server through SSL Did you specify "--with-openssl" when you ran ./configure? It is not turned on by default. Regards; ---------- Koichi Suzuki 2013/2/25 Michael Paquier <mic...@gm...>: > > > On Mon, Feb 25, 2013 at 4:10 PM, Nikhil Sontakke <ni...@st...> > wrote: >> >> Hi Maz, >> >> > Is there a way to connect to the server using the psql by using a >> > certificate? >> > >> Does the below work for you? >> >> PSGSSLMODE=require PGSSLCERT=/path/to/agent.crt psql -d postgres -h >> localhost -p 5432 > > Change PSGSSLMODE by PGSSLMODE. My 2c. > -- > Michael > > ---------------------------------------------------------------------- > -------- Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics Download AppDynamics Lite > for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > |