3

1

We have fogbugz+kiln running on a server, and access is working great in our internal network.

We want to enable remote users to access fogbugz through our firewall, to accomplish this we have opened a port on our firewall, and have the firewall re-directing traffic to the fogbugz server.

our setup :-

internal url : http://mybugz external url : http://www.mycompany.com:48080

while this works fine, some things are failing due to fogbugz removing the :48080 part of the url seemingly at random.

for example, sometimes when adding a case it will redirect to http://www.mycompany.com/default?xxx which of course returns a 404 error.

also, the kiln link doesnt work, it ignores the :48080 part of the url entirely.. (but works if we go directly to http://www.mycompany.com:48080/kiln )

Is there some setting that we're missing, or is this a bug?

We have set the site configuration url to the :48080 url, but it still happens.

Fog Creek Case FC1928857

flag

1 Answer

1

Update: The issue was found to be a problem with the Kiln Storage Service and a webserver which does not listen on port 80. The bug has been fixed for an upcoming release of Kiln.


I'm currently working with another customer on the same issue as you're having. I will update here when I have the solution (hopefully very soon!)

In the meantime, can you try setting sRedirectBase?

http://fogbugz.stackexchange.com/questions/3122/my-fogbugz-install-is-behind-a-load-balancer-and-it-appears-that-pages-are-being

link|flag
I've set this setting, and it did not seem to change anything. The kiln link from the fogbugz screen is still missing the :48080 part, and however re-directs seem to be working now. But, the kiln integration seems to have now broken. (17/08/2010 10:35 (GMT+01:00): Kiln integration will be disabled until FogBugz is able to talk to Kiln. Please check your Kiln installation to make sure it is responding and, if not, contact your Kiln administrator.) Could this be because fogbugz seems to think it's at mycompany.com/kiln instead of mycompany.com:48080/kiln ? – James Bagg Aug 17 2010 at 11:49
It looks like we don't support Kiln on ports other than 80 right now due to a limitation in the storage service. I've send you an email with more info. – adambox Aug 18 2010 at 14:37
After changing the heartbeat url back to the local url, and removing the 'sRedirectBase' setting, kiln is back up and running. And can be accessed from the external URL. The links on the top in fogbugz and kiln are broken, but functionality wise, both seem to work ok on the external URL (apart from the re-direct issues in fogbugz) – James Bagg Aug 19 2010 at 11:57
Thanks for the update. I'm glad it's working now! If you need help resolving any of the remaining issues, please email us. We have a case open to investigate these types of issues as they have affected several customers. contact.fogcreek.com – adambox Aug 19 2010 at 13:39

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.