Hi,
the postgresql 9.6 startup fails with the following:
2020-06-17 19:52:32.710 UTC [87] FATAL: could not load private key file "/etc/ssl/private/ssl-cert-snakeoil.key": Permission denied
2020-06-17 19:52:32.710 UTC [87] LOG: database system is shut down
I tried mapping that volume to my own snakeoil /etc/sssl/private folder cert but no success.
Created a separate volume, and moved the certificate there and tried root ownership,
postgres ownership. Failed.
Changed the ownership of the certificate back to (root:ssl-cert) kind by guessing the gid of the ssl-cert group in the image. Failed.
Tried to use a non ssl run like suggested in the docs (only define tomcat port 8080). Failed.
Redefined the NGINX_PORT to 80 hoping the whole SSL issue would vanish. Failed.
Any advice on this ?
Thank you,
Luc P.
Hi,
the postgresql 9.6 startup fails with the following:
2020-06-17 19:52:32.710 UTC [87] FATAL: could not load private key file "/etc/ssl/private/ssl-cert-snakeoil.key": Permission denied
2020-06-17 19:52:32.710 UTC [87] LOG: database system is shut down
I tried mapping that volume to my own snakeoil /etc/sssl/private folder cert but no success.
Created a separate volume, and moved the certificate there and tried root ownership,
postgres ownership. Failed.
Changed the ownership of the certificate back to (root:ssl-cert) kind by guessing the gid of the ssl-cert group in the image. Failed.
Tried to use a non ssl run like suggested in the docs (only define tomcat port 8080). Failed.
Redefined the NGINX_PORT to 80 hoping the whole SSL issue would vanish. Failed.
Any advice on this ?
Thank you,
Luc P.