How to fix the "Your connection isn't private NET:: ERR_CERT_REVOKED" error when accessing the UiPath Orchestrator site?
Issue Description:
This error message typically appears when trying to visit a website, in this case the UiPath Orchestrator site, and the browser detects that the security certificate of the site is not valid or has been revoked.
Root Cause:
An invalidated SSL certificate of the Orchestrator certificate is indicated by the "NET::ERR_CERT_REVOKED" error. This can be due to several reasons such as a compromised or untrustworthy Orchestrator certificate, improper certificate setup, or an expired certificate that hasn't been renewed. The browser presents this error as a safeguard against exposing sensitive data, like credit card details or passwords, on potentially insecure sites.
Resolution:
To resolve this issue, generate a new certificate by following the guidelines:
- Use the guide Orchestrator - Orchestrator - Using a Certificate for the HTTPS Protocol (uipath.com) to generate a new certificate.
- Update the newly created certificate on the Orchestrator machine using the KB guidelines provided here: Changing The SSL Certificate For UiPath Orchestrator Website.
- After updating the certificate, the website should be accessible. in cause of further issues, contact UiPath.
In addition, remember to clear the browser's cache and cookies as stored data can sometimes disrupt the browser's ability to recognize the new certificate.