Re: [SQL] PostgreSQL + SSL

2003-01-26 Thread Bruce Momjian
Actually, the new 7.3.1 error message is: if (!S_ISREG(buf.st_mode) || (buf.st_mode & 0077) || buf.st_uid != getuid()) { postmaster_error("bad permissions on private key file (%s)\n" "File must be owned by the proper user and must have no permissions for\n"

Re: [SQL] PostgreSQL + SSL

2003-01-23 Thread Bhuvan A
> I´m trying to config PG with SSL, but i got a error. I create the key > and the certificate and put both in $PGDATA directory. I also enabled > the ssl option in postgresql.conf. But when i run postmaster i got a > error saying that server.key has wrong permissions. It reports the error in eith

[SQL] PostgreSQL + SSL

2003-01-22 Thread Pedro Igor Craveiro e Silva
I´m trying to config PG with SSL, but i got a error. I create the key and the certificate and put both in $PGDATA directory. I also enabled the ssl option in postgresql.conf. But when i run postmaster i got a error saying that server.key has wrong permissions.   Thanks,   Pedro Igor