Hello @pll
We have a Support Tool that will gather relevant information for us to debug the issue. Could you please download and execute it on the machine where the stack is running by following the steps described in the guide below?
How to Run the Bitnami Support Tool
Please note that you need to paste the code outputted by the tool in your reply.
We also developed a tool to detect SSL issues. It will analyse your SSL configuration in Apache. It will show which certificate file is being used, the domain name it has, whether the key and certificate match and will also check the server certificate. Execute these commands inside your instance (connect through SSH).
wget https://github.com/bitnami-labs/healthcheck-tools/releases/download/1.0.0/ssl-checker-v1.0.0-linux-amd64
chmod +x ssl-checker-v1.0.0-linux-amd64
./ssl-checker-v1.0.0-linux-amd64 -hostname PUT_YOUR_DOMAIN_NAME_HERE
Please show us the results of executing the commands.
Best Regards,
Juan Ariza