How to Configure TLS Authentication and Encryption with High Availability Addon?
Changes to be made on the Redis Web Management console
- Go to database – configuration and enable TLS [Require TLS for all Communications]. Read more on TLS Configuration.
- Go to Settings->general and copy the proxy Certificate.
Changes to be made on Orchestrator servers
- Create a proxy.cer file, paste and save the content from the proxy certificate.
- Open the proxy.cer file and install it on local machine on Trusted Root Certification Authorities.
- Open Orchestrator web.config/UiPath.Orchestrator.dll.config(2020.10.x onwards) and add at the end of the Redis.Connectionstring key “ssl=true”.
Read more:
- Web Config Multi Tenancy for v2020.4.x or lower
- UiPath.Orchestrator.dll.config for 2020.10.x or higher.
Note: If the proxy certificate on each Orchestrator node is not imported, the web page will prompt with "The remote certificate is invalid" according to the validation procedure error as shown below.