2

Situation: I am currently working with an app that is required to be delivered over HTTPS because of an organizational security requirement. I currently do not have access to this servers administration, just the application code itself.

Problem: The application relies on services from ArcGIS server (I have access to these servers). These services are only delivered via HTTP since we do not have the server configured for HTTPS. This causes issues with the app, since it is secure and requesting non-secure services.

Question How do I get around this? I am guessing the best way would be to enable HTTPS on our ArcGIS Service server, but I would like to avoid doing that if at all possible. Can I use ESRI's JavaScript API Proxy rules to solve this (this would be optimal)?

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked May 9, 2014 at 18:42

1 Answer 1

1

If you have your own ArcGis servers you can enable SSL on the servers for communication.

An important thing to note is that once you have SSL enabled and running over https, you then need to go and manually disable HTTP communication as the server will try and run both if you let it.

answered Jun 2, 2014 at 14:00

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.