[GENERAL] Connection to PostgreSQL Using Certificate: Wrong Permissions on Private Key File

2008-03-29 Thread Atkins-Trimnell, Angus Black
Hello, I am having trouble connecting to PostgreSQL 8.2 from an Apache2 web server using certificates. I have set up a CA on my server and used it to sign a certificate (server.crt) created in a signing request based on a private key (server.key), both of which reside in my PostgreSQL data direct

[GENERAL] Verifying SSL Certificate on the Client Side

2008-04-14 Thread Atkins-Trimnell, Angus Black
Hello, I am trying to harden my application against man-in-the-middle attacks. The application, written in PHP, communicates with the PostgreSQL server using the usual pg_* functions built on the libpq library. I have the proper postgresql.key and postgresql.crt files installed on the Web server