Keywords: PhpBB - AWS - How to - Secure Connections (SSL/HTTPS)
Description:
I have 2 AWS servers running a Bitnami image, 1 for Wordpress and 1 for PhpBB.
My objective is to enable https on both.
I managed to configure the Wordpress server in https by following your excellent guide (https://docs.bitnami.com/aws/how-to/configure-elb-ssl-aws/).
Unfortunately I was not so succesful with the PhpBB server in https for which I am missing the last part to change the PhpBB config (all the rest seeems fine). I have tried to mimic the Wordpress config but it doesn't work (still stuck on a dummy example.com certificate).
Any suggestion to finish my config ?