Re: Could not load server certificate file "server.crt": No such file or directory.

2022-08-12 Thread howardnews
set ssl on. Check postgresql.conf to verify. If you don't want SSL on then set to off. If you want it on and need a certificate see: https://www.postgresql.org/docs/14/ssl-tcp.html#SSL-CERTIFICATE-CREATION You were right. Many thanks Howard.

Re: Could not load server certificate file "server.crt": No such file or directory.

2022-08-12 Thread Adrian Klaver
/14/data I get the following error: 2022-08-12 17:47:33.239 BST [896] FATAL:  could not load server certificate file "server.crt": No such file or directory Not sure what I have done - but where do I find this file - and can I regenerate it easily? I am guessing you did from he

Could not load server certificate file "server.crt": No such file or directory.

2022-08-12 Thread howardnews
:33.239 BST [896] FATAL: could not load server certificate file "server.crt": No such file or directory Not sure what I have done - but where do I find this file - and can I regenerate it easily? Thanks, Howard.