situation: ArcGIS Mobile 10.0, default Application and own extensions and tasks ArcGIS Server 10.0, mobile services, accessible via reverse proxy by https (ssl), secured by windows authentification
problem: I have to consume a secured service (https and user credentials) in our project. But in Mobile Project Center I got an error:
And here in the last step I get an exclamation mark behind the service name and will be requested to input my credentials again.
When looking with fiddler to the requests, I recognize the following one: Forbidden You don't have permission to access /arcgis/services/mobile/MyMobileService/MapServer/MobileServer on this server.
I still try on to solve the problem, but maybe anyone of you have an idea ...
No idea why i get an http link while connecting through a https link, in my opinion this should be a https link instead. I take a look to the server configuration if i should configure anything.
Here is what I have found while trying to debug my own issues and it might help. (although my issues relate to dns type, name resolution, connection errors) The rest.config file stores the soap end point urls and you can change them. Try setting the SoapUrl to point to your https reverse proxy server.