Smart Grid Applications Overview > Responder Overview > Optional Configurations > Web Server > Miscellaneous > Securing Access to Responder Web |
Version: 10.1 |
This optional configuration allows you to host the entire Responder Web application using HTTPS.
<add key="secureByUrls" value="false"/> <add key="undoUrlSecuring" value="false"/>
Windows 7
Open and follow the steps in the "How to Set Up SSL on IIS 7" article from Learn.IIS.net.
Windows 2000 and Windows 2003
Open and follow the steps in the "How To Set Up an HTTPS Service in IIS" article from Microsoft.
If you want to expose Responder Web to users outside an internal network, ensure that all communication with the application is secure, by making all application requests through SSL as noted above. In addition, we recommend allowing access of only the necessary elements of Responder Web for the appropriate roles. |