I have installed UiPath orchestrator(v 23.4.0) on windows server 2019. Below are the steps i took:
Install .Net 4.3
Install IIS ASP.Net Core IIS module 3.1.x, hosting bundle ASP.Net Core IIS module 5.0.x, hosting bundle
Add roles and feature → run script in powershell
Install SQL Server on same machine
Create Self Signed Certificate
Install UiPath Orchestrator
But the problem is that when i access orchestrator in browser https://, the below screen appears
The Ocheastrator is accessible via IP, means that there is no issue in connectivity.
Now, coming to your error about “Hmm…can’t reach this page” is because your DNS is not able to resolve the FQDN(win-6309hrn8md3). To resolve this error add the IP- URL entry in hosts file(path–> c:\Windows\System32\Drivers\etc\hosts).
Example: 1.1.11 win-6309hrn8md3
Once that done, you need to add the self signed certificate in IIS.
Search for “server certificate” in IIS, open it and import your self signed certificate.
For changes to take effect, you have to restart the server in ISS.
Once done, you can access the Orchestrator via secure URL in web browser.