How to bypass CRL validation error received during installation of the second Orchestrator on the second node ?
Issue Description:
When installing the secondary node, a certificate revocation list (CRL) validation error is received and the installation does not proceed.
Resolution:
Installation should be done in "passive" mode, rather than "quiet" mode. Example secondary node runtime command:cmd command: UiPathOrchestrator.msi PARAMETERS_FILE=install.json SECONDARY_NODE=1 /passive
See Perform a Multi-node Orchestrator Installation for a sample parameters .json
file.