How to configure haproxy as HTTP/HTTPS reverse proxy?

Hi,

I'm trying to host my Nuxeo webapp behind haproxy, but Nuxeo appears to redirect the https url from https://website.com to https://website.com:80/nuxeo/ui , where I get an ERR_SSL_PROTOCOL_ERROR. However, I can access the web ui at https://website.com/nuxeo/login.jsp?requestedUrl=ui%2F . Nuxeo and haproxy are running inside docker containers on the same network. How can I prevent Nuxeo from redirecting the url and allow for ssl offloading? I would appreciate any guidance or instruction, thanks!

0 votes

1 answers

1112 views

ANSWER



0 votes