I'm trying to set up my Linux machine with ssl, but it fails.
- compiled --with-openssl
- ssl =true in postgresql.conf
- generated server.crt and server.key as recommended in Administrator's
Guide
Checking:
- if server.crt or server.key are missing, postmaster won't start
- SHOW ssl returns "on"
when connecting with "sslmode=require", I get the message "server does
not support SSL"
So what's going wrong?
Regards,
Andreas