The web adaptor configuration URL has to be accessed from the machine hosting the web adaptor.

4670
4
05-18-2021 07:25 AM
by Anonymous User
Not applicable

I am configuring the ArcGIS Web Adaptor for IIS 10.8.1 on an Azure virtual machine. I've set up HTTPS in IIS bound to a wildcard CA certificate (*.company.com). I've created a CNAME record at the domain registrar to point from server.company.com to the virtual machine's public Azure DNS name (vm-name.region.cloudapp.azure.com). I can navigate to https://server.company.com and get the IIS default page with a valid SSL certificate.

Now, to set up the Web Adaptor, I've connected to the Azure VM via RDP, and I'm trying to open https://server.company.com/server/webadaptor, since the documentation here indicates that the DNS alias should be used. However, when I do this, I get the error:

"The web adaptor configuration URL has to be accessed from the machine hosting the web adaptor."

Even if I use the Azure public DNS name, I still get this error.

So, which URL should I use to configure the Web Adaptor?

Tags (3)
4 Replies
JonathanQuinn
Esri Notable Contributor

The WA may be determining that the IP of the DNS alias doesn't match the IP of the local machine, (external vs internal).

What you can try is register using the actual FQDN of the machine, then set a Web Context URL to the DNS alias.

https://enterprise.arcgis.com/en/server/latest/deploy/linux/using-a-reverse-proxy-server-with-arcgis...

It's not technically a reverse proxy, but it's just a different alias that server should present as it's "public URL".

by Anonymous User
Not applicable

Hi @JonathanQuinn,

Thanks for your reply. What I ended up doing (at Esri Canada Technical Support's suggestion) is to create an entry in the hosts file mapping the internal IP address to the public DNS name. Then, I could access the web adaptor configuration page using the public DNS name and complete the configuration. After configuration was completed, I removed the entry from the hosts file.

AndreaB_
Occasional Contributor II

Although I'm not using Azure, I have the otherwise exact same scenario and question. Thank you for posting! Saved me a ton of time.

0 Kudos
ToshiaFleischaker1
New Contributor

Me too, this worked very well!

0 Kudos