Select to view content in your preferred language

Is there a way to implement the ArcGIS GeocodeServer locator in my web using ArcGIS Enterprise v10.8.1?

274
0
12-20-2024 12:47 PM
Labels (1)
GuidoVieri
New Contributor

I need help using GeocodeServer with ArcGIS Enterprise v10.8.1

I want to use the ArcGIS locator with my credentials, but I'm getting an SSL error. Here are the steps I'm following:
Get the token from my ArcGIS Enterprise server:
https://<myServer>/portal/sharing/rest/generateToken
with referer=https://<myServer>

Then I go to
https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/suggest
and paste the token as a form-data param with the header Host: <myServer>

When I make a GET request I receive this 500 error:
SSL Error: Hostname/IP does not match certificate's altnames

How do I solve this?
Is there another way to use GeocodeServer or should I create my own?

0 Kudos
0 Replies