Hi,
We have a single node deployment and there is a load balancer in front of the application and database servers. We changed the SSL certificate as shown in this procedure (self-signed): https://docs.uipath.com/orchestrator/standalone/2022.10/installation-guide/using-a-certificate-for-the-https-protocol#creating-a-self-signed-san-ssl-certificate
I can access https://mysite.com/identity/admin, but I cannot access https://mysite.com/account/login. In the event viewer I have the following error: IDX20803: unable to obtain configuration from : ‘System.String’.
This seems to be an issue with the SSL certificate: the certificated was changed in IIS, but not on load balancer. How can I update the certificate on load balancer? Apache is used as load balancer.
Thanks in advance.