Skip to main content

Secure Map Service connection error

Comments

8 comments

  • Permanently deleted user

    The solution to the problem was a missing key in the web.config file for the "tokens" directory in IIS.  In the <appSettings> tag the following key had to be added:

    <add key="RequireSSL" value="False" />

    That was in addition to changing the TokenServiceURL key to an "http" value rather than "https".

     

     

    0
  • Permanently deleted user

    Hi Steve,

    Were / are you using a self-signed certificate for your ArcGIS server?

    We are working on a Knowledge Base article that details the various security configurations we support and this information would be useful.

    Thanks!

    -Malcolm

    0
  • Permanently deleted user

    Hi Malcom,

    We do not have any certificates installed at this point because the server is a development system on our internal network. 

    Steve

     

    0
  • Permanently deleted user

    Hello Malcolm,

    I am having a mighty struggle with security.  I am in the midst of developing an environment that will have viewers accessing secured map services.  Some of these configurations will be SSL, others not.  If you have any preliminary documentation at this point, I certainly wouldn't mind helping you folks test and refine this documentation.

    Dave

    0
  • Jeff Siemens

    To anyone trying to access secured services from Silveright, I found this ESRI article quite helpful:

    http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/31/Using-services-across-schemes.aspx

    Jeff

    0
  • Permanently deleted user

    Thanks Jeff!  That is certainly one piece in the puzzle I was missing.

    0
  • Permanently deleted user

    My problem was that I was getting a 404 error when trying to access the secured services.  Essentials 3.4 expects the ArcGIS REST directory to be named "ArcGIS".  Mine wasn't, hence the problem.  If anyone has the same problem, you can set up IIS to redirect the request to the actual directory name.  I understand this will be fixed in a new version of Essentials.

    0
  • Permanently deleted user

    What's the status of the promised (4/11) "Knowledge Base" article that will help users enable map service security?  The existing documentation is very less than clear on what is required to set this up, surely enough people struggle with this to warrant some response?

    Adding new features without the backing documentation does not really help anyone.

    Thanks

    Eric

    0

Please sign in to leave a comment.