How to secure Manager and allow unsecure rest service

543
2
09-06-2011 05:10 AM
DanielSanders
New Contributor III
I want to secure the ArcGIS Manager logon by requiring HTTPS, but I also have a rest service that does not need to be secure and should be accessible via HTTP. Is this possible? If I configure IIS to "Require secure channel (SSL)", then it will apply to both.

Thanks for your help...
0 Kudos
2 Replies
RichardWatson
Frequent Contributor
In IIS Manager, try the following:

  • Select Default Web Site\ArcGIS\Manager in the tree view

  • Double click on SSL Settings

  • Click Require SSL (for this application)

0 Kudos
DanielSanders
New Contributor III
Yes, that works. Thank you...
0 Kudos