How to configure a Threat Management Gateway (TMG) or Internet Security & Acceleration servers (ISA) for use with FogBugz? - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2013-05-26T00:20:16Zhttp://fogbugz.stackexchange.com/feeds/question/10860http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/10860/how-to-configure-a-threat-management-gateway-tmg-or-internet-security-accelerHow to configure a Threat Management Gateway (TMG) or Internet Security & Acceleration servers (ISA) for use with FogBugz?Derrick Miller2012-10-11T20:08:05Z2012-10-11T20:13:48Z
<p>I'm getting this error with my local install of FogBugz and I'm using a Threat Management Gateway, what do I need to change or configure to get this working? </p>
<pre><code>'Error Code: 500 Internal Server Error. The request was rejected by the HTTP filter. Contact the server administrator. (12217) '
</code></pre>
http://fogbugz.stackexchange.com/questions/10860/how-to-configure-a-threat-management-gateway-tmg-or-internet-security-acceler/10861#10861Answer by Derrick Miller for How to configure a Threat Management Gateway (TMG) or Internet Security & Acceleration servers (ISA) for use with FogBugz?Derrick Miller2012-10-11T20:12:33Z2012-10-11T20:12:33Z<p>Threat Management Gateways, such as Forefront, or a Internet Security & Acceleration server (ISA) offer great control over a network but can sometimes interfere with the HTTP/HTTPS traffic of FogBugz causing erratic behavior. </p>
<p>For example, you may get an error like this:</p>
<pre><code>'Error Code: 500 Internal Server Error. The request was rejected by the HTTP filter. Contact the server administrator. (12217) '
</code></pre>
<p>While we don't claim to be experts of TMG or ISA software, we have been able to identify what settings seem to work for most customers. When the FogBugz web server is published via a Threat Management Gateway (TMG) or Internet Security & Acceleration server (ISA) web publishing rule there a few settings that must change which include:</p>
<p>NOTE: These settings can vary based on the data within your FogBugz system and how you have FogBugz configured. </p>
<ol>
<li>Increasing the Maximum URL Length (default is 10240), suggested value: 20480</li>
<li>Increasing the Maximum Query Length (default is 10240), suggested value: 20480</li>
<li>Increasing the Maximum Headers Length (default is 32768), suggested value: 65536</li>
</ol>
<p><img src="http://our.fogbugz.com/default.asp?pg=pgDownload&pgType=pgWikiAttachment&ixAttachment=206264&sFileName=tmgconfig.png" alt="TMG Configuration Example"></p>
<p>For more information about ISAs: <a href="http://www.isaserver.org/tutorials/configuring-isa-server-2006-http-filter.html" rel="nofollow">http://www.isaserver.org/tutorials/configuring-isa-server-2006-http-filter.html</a></p>
<p>If you have any questions, please don't hesitate to <a href="http://www.fogcreek.com/contact.html" rel="nofollow">contact us</a>.</p>