RE: First time attempting PostgreSQL SSL

2011-02-01 Thread David Patricola
I _just_ realized that I installed PostgreSQL before I installed OpenSSL, so --with-openssl was not populated with the directory location. I need to do this first. How can I modify this in the postgre setup (Windows Binary used to install). *facepalm* _ From: Lou Picciano [mailto

Re: First time attempting PostgreSQL SSL

2011-02-01 Thread Lou Picciano
David, My server pg_hba.conf file already has the following to connect to the client: hostssl all all myipaddress/32 cert Trust me. Make your life simple. Change that line to generate some 'empirical' testing: hostssl all all 0.0.0.0/0 md5 Forget the locked-down CI

RE: First time attempting PostgreSQL SSL

2011-02-01 Thread David Patricola
My server pg_hba.conf file already has the following to connect to the client: hostsslall all myipaddress/32cert And my postgre configuration file has ssl = on set already. I installed pgAdmin on my client computer with the Binary file. And I hav