Set Public URL for Orchestrator

Hi All,

I am trying to Install Uipath Orchestrator on-prem. Everything is good except I need to set a public URL for the orchestrator.

Ex.
FQDN: {hostname.domainName} i.e. FNJPRTDTWR.RIMSER.EDU.AU
I have a self-signed certificate with the same as FQDN i.e. FNJPRTDTWR.RIMSER.EDU.AU

However, I need to set the public URL as- rpa-uat.RIMSER.EDU.AU

I tried setting up SSL with wildcard *.RIMSER.EDU.AU but it does not work
Summary : I need to resolve dns name with my hostname

Any suggestion
@MaciejM @ppr

1 Like

Do you think both names should be same ?

You can directly pass the required URL in the url field of installer.

Thanks
#nK

That did not work

My domain host name is FNJPRTDTWR.RIMSER.EDU.AU
And i want to set my public url to rpa.RIMSER.EDU.AU

1 Like

Hey @Lakshay_Verma

Could you please show the screenshot of installer to see how and where you passing it ?

Thanks
#nK

Have a look

image

image

1 Like

So you mean with the above settings it’s still not working ?

And the certificate subject you have passed is valid I believe ?

Yes, It is still not wroking.

I could not access it with public URL :frowning:

The result you are currently getting when you access the URL ?

Just to see if any clue from that.

Thanks
#nK

The Site can not be reached

DNS_PROBE_FINISHED_NXDOMAIN

1 Like

Hey @Lakshay_Verma

What happens when you try with your host as address itself ?

Thanks
#nK

It goes to IIS

1 Like

For both HTTP and HTTPS ?

I am in middle to a T’shoot, appreciate your patience on same

1 Like

yes, for both

1 Like

If I run orchestrator on the host, There is no issue, as soon as I switch to a subdomain, it starts giving the above error.

1 Like

Ok @Lakshay_Verma

  • When you open through host domain and login where you able to see any public URL when it does the Identity routing ?

  • Also when you hit the public URL just see the event viewer logs from the server to see if there is any errors logged

Thanks
#nK

Yes, I see that.
It follows this

https://hostname.domainname/identity

1 Like

I have already done with event logs. Nothing there.
It has something to do with subdomain, not able to resolve FQDN over dns. Will update here later