Configuring Kiln to Require SSL (HTTPS)


Follow
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

  1. Update your web.config file in C:\Program Files\Kiln\website\Kiln.
  2. This is done so that the configuration knows the correct URL for accessing FogBugz.
  3. Change http:// to https://
<addkey="FogBugzUrlPrefixOverride"value="https://your/fogbugz/url"/>

 

Validation

Kiln is now configured with the required SSL (in this case - HTTP)