Hi Community!
Our customer needs to make SSL termination on their proxy server.
We have two systems in the network, prod and user acceptance test (uat).
It seems that a lot of resources like fonts and styles are linked with absolute and not relative URLs, because in the page source we see almost all references starting with the domain name and protocol, like this:
https://<creatio_url>//core/5a163192eb90bfcad94b2f013ed4d38d/combined/all-combined.css
This makes problems when the proxy server is redirecting internally to an app hosted at HTTP://serverIP
The question is if there is any way to make the references all relative? Maybe a system setting?
Is there any general guidance for setting up creatio with proxy servers? I only found something for web farms in the deployment guide.
Thanks and BR,
Robert