I am analysing the traffic in Server Manager.
I have issues validating the Object Store. It is using proxy?_proxyUrl in the validate request and I don´t understand where this is coming from. Object Store is healthy and when directly accessing the endpoint I get all the healthy information Server Manager is expecting.
The same proxy?_proxyUrl is used when accessing the external URL:
/server/manager/proxy?_proxyUrl=https%3A%2F%2Fesriresources.s3.amazonaws.com%2F1150%2Fregionsforcloudstorage.dat%3Ff%3Djson%26token%...
(BUG-000173481).
I found the following, but it is not really helpful in my case:
https://support.esri.com/en-us/knowledge-base/error-unable-to-load-proxy-proxyurl-status-500-0000220...
-> 1) I am on linux 2) why don´t I get the same error for relational datastore?
What´s interesting: relational datastore validation is directly done using the server admin endpoints, object store validation seems to go directly to the datastore?
Can someone explain what is going on here? What´s up with proxy?_proxyUrl?
Is your Object Datastore configured in Cloud deployment? It seems URL is going to esriresources.s3.amazonaws.com
No, everything on local VMs, but in object store in cluster mode. There should be no reason for external calls.