Hey team,
I have setup Odoo inside a VM hosted on a bare-metal server accessible on public IP. I want to access Odoo UI over HTTPs backed by Let's encrypt SSL certificate.
This is how haproxy configuration looks like:
frontend odoo-fe
bind ssl crt
use_backend odoo-be
backend odoo-be
mode http
server odoo :8069 check
Using this configuration, I am unable to open odoo portal from internet and getting "ERR_CONNECTION_REFUSED" error.
Is anyone using Odoo the same way? Please suggest changes in haproxy config for redirection and anything else that will be helpful.
Hey,
Thanks for responding but this doesn't cover SSL related configuration. I am already done with Port 80 configuration without exposing credentials like suggested in the link you have shared.