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?