Version: 10.2.1c and 10.2.1c SP3 |
Responder Overview > Optional Functionality > Web Server > Miscellaneous > Securing Access to Responder Web |
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 2008 R2 and Windows 2012
Open and follow the steps in the "How to Install Your SSL Certificate to Your Windows 2008 Server" article or the "How to Install and Configure Your SSL Certificate on Windows Server 2012" article from DigiCert.com.
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. |