I can’t login to Orchestrator after renewing SSL certificate, and found this error
Hi @Aran_Brekkie
There is something missing in SSL cert. Pls check below,
Happy Automation
- Update and Re-bind Certificate in IIS: Ensure the new SSL certificate is correctly bound to the UiPath Orchestrator website in IIS (Internet Information Services) and that it’s trusted by the server.
- Update Orchestrator Configuration: Verify
appsettings.json(Orchestrator’s configuration file) reflects any necessary certificate thumbprint or name changes, though typically IIS binding is enough for common setups. - Restart IIS/Services: Perform an IIS reset (
iisresetin command prompt) and restart all UiPath-related services (e.g., UiPath Orchestrator, UiPath Robot, UiPath Identity Server, Redis if used). This ensures services pick up the new certificate. - Check Certificate Trust: Confirm the new certificate’s chain is fully trusted on the Orchestrator server.
