- Getting started
- Host administration
- Organizations
- Tenants and services
- Authentication and security
- Licensing
- Accounts and roles
- External applications
- Testing in your organization
- Notifications
- Logging
- Troubleshooting
- About troubleshooting
- Alerts troubleshooting
- General troubleshooting

Automation Suite admin guide
General troubleshooting
The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot
The net::ERR_CERT_AUTHORITY_INVALID error occurs when your certificate expires or is involved in a certificate rotation process, indicating that it is now invalid.
It is most likely that the error occurs for the following reasons:
- You cannot access Automation Suite.
- Your robot is disconnected.
Figure 1. Your connection is not private warning
Figure 2. UiPath Error message
To fix this error, take the steps, described in the following example:
- Select the Not secure warning prompt. Then select Certificate is not valid from the dropdown menu.
Figure 3. Certificate is not valid warning
Figure 4. Details tab
Figure 5. Importing certificate
Figure 6. Importing certificate
Select the View site information icon. Select Connection is secure from the dropdown menu.
Browser group policies
Signing in to your Orchestrator service from the Assistant redirects you to the SSO page. In some browsers, you may be prompted to open UiPath Assistant. This happens due to the Assistant's protocol handler not being added to the browser's group policies.
To prevent this behavior, make sure to follow the next steps, depending on the browser (Chrome/Microsoft Edge):
- Open Registry Editor.
- Navigate to
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome/ orComputer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge, depending on the browser you use. - Add a new key and name it
AutoLaunchProtocolsFromOrigins. - Select (Default) to edit the key.
- In the Edit String dialog, in the Value data field, add
[{"allowed_origins": ["https://myOrchestrator.uipath.com/"],"protocol": "com.uipath.robot.oidc"}]and select OK.Important:The
AutoLaunchProtocolsFromOriginspolicy requires Chrome 85 or later. - Close all browser tabs and relaunch the browser.
- Verify that your browser applied the new policy by navigating to
chrome://policyoredge://policy. The recently added policy should be listed under the Chrome Policies or Microsoft Edge section with the OK status.