Overview
This article explains how to set up Kiln (and FogBugz) to require SSL (Secure Sockets Layer), for using the website and for pushing and pulling changes.
Requirements
Follow these steps to set up SSL for FogBugz in IIS.
Resolution
- Update your web.config file in
C:\Program Files\Kiln\website\Kiln
. - This is done so that the configuration knows the correct URL for accessing FogBugz.
- Change
http://
tohttps://
<addkey="FogBugzUrlPrefixOverride"value="https://your/fogbugz/url"/>
Validation
Kiln is now configured with the required SSL (in this case - HTTP)