# Troubleshooting - AliTech
Free Quote

Find us on SAP Ariba

Please Leave a Review

AliTech Solutions

Category: Troubleshooting

[SOLVED / FIXED] Error: postgres port 5432 failed: could not open certificate file “/root/.postgresql/postgresql.crt”: Permission denied

Error : postgres port 5432 failed: could not open certificate file “/root/.postgresql/postgresql.crt”: Permission denied Problem Statement: When working with Postgres Database Verified Solution: If you’ve encountered this error, a possible solution lies in a workaround shared by the community. A thread…

Read More

Gitlab CE / EE – SSL Certificate Solution

Gitlab CE / EE – SSL Certificate Solution Summary: Edit Below: nano /etc/gitlab/gitlab.rb Add this line : nginx[‘custom_gitlab_server_config’] = “location /.well-known/acme-challenge/ {\n root /var/opt/gitlab/nginx/www/; \n}\n” letsencrypt[‘enable’] = true letsencrypt[‘contact_emails’] = [‘[email protected]’] # This should be an array of email addresses to…

Read More