- 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
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match