I would like to share one of the problems occurred in my On-Prim UIPath Platform.
Our certificate has expired and needs to be renewed or replaced.
After the creation of new self signed certificate from IIS i started getting below problems:
-
Orchestrator site failed to open with below error:
{“message”:”An error has occurred.”,”errorCode”:0,”resourceIds”:null} -
Robots cannot connect to the orchestrator, and if connected, below errors will be encountered:
- Get Credential: You are not authenticated! Error code: 0
- Cannot find some packages
- etc
The solution is easy as below :
-
After creation of new self signed certificate, you need to go to mmc → Local Computer → Personal certificates → find your certificate and right click on it then choose manage private keys → then add a permission for “IIS APPPOOL\Identity”
-
Go to “C:\Program Files (x86)\UiPath\Orchestrator\Identity\appsettings.Production.json” and update the thumbprint in this file by replacing it with the one from the new self signed certificate.
-
After that, copy the certificate to robot servers and install it there.
And, That’s it