Select to view content in your preferred language

ArcGIS Notebook WebContextURL Possible Bug

495
2
11-29-2023 05:21 AM
CodyPatterson
Frequent Contributor

Hey all,

I have been attempting to set a Web Context URL for our Enterprise Setup after our Reverse Proxy has came up. When attempting to set this URL, I get this error here:

Screenshot 2023-11-29 081312.png

This is the configuration in the properties file: 

Screenshot 2023-11-29 081347.png

Enterprise 11.1 | Apache Proxy 2.4

Why could this be incorrect? It fits what the error message is requesting and context is set, it does not matter what I put in for the context, it will still error. Anyone have similar issues?

0 Kudos
2 Replies
ReeseFacendini
Esri Regular Contributor

I believe the issue is that the WebContextURL parameter is expecting a traditional DNS entry (https://gis.example.com) and by only passing the server name in (https://gis) it's not meeting the requirements. You would need to configure your server to use an FQDN to be able to set that property.

0 Kudos
CodyPatterson
Frequent Contributor

Hey Reese,

My example did not highlight my actual URL as correctly as it should have, I am currently using a traditional DNS entry, it's more like https://arcgis-notebook.company.com which is the FQDN for this case.

0 Kudos