After installing SSL Certification for Odoo so that we could get our HTTPS protocol up and running Live Chat fails.
All other Apps seem to work fine.
We added this to our Apache conf but it does not seem to work with Live Chat.
# Comment to disable proxy
ProxyRequests Of
ProxyPreserveHost On
ProxyPass /longpolling/ http://localhost:8072/longpolling/ retry=0
ProxyPassReverse /longpolling/ http://localhost:8072/longpolling/ retry=0
ProxyPass / http://localhost:8069/ retry=0
ProxyPassReverse / http://localhost:8069/ retry=0