Hi,
i want Odoo to listen to the https protocoll. I use Odoo inside a Docker installation (official build) on a Server running plesk. My Domains itself are working with https. I got a reverse proxy in plesk and apache to redirect the traffic with ssl to
http://www.example.com:12072
BUT
i want it to be redirected to:
httpS://www.example.com:12072
problem: my Odoo installation does not open when i enter the domain with https. I dont have a Apache or nginx inside the container wich i could configure.
The problem coming from this is that our Etherpad is not working when we open the domain from https://www.example.com - its working fine when we open it from http://www.example.com:12072
so i need to get the direct port listening to https.
How can i achieve this?