How do I set up my FogBugz 7 for Linux install to run only over SSL? I want to run all traffic over https.
|
5
|
First, configure your regular Apache web server to support SSL. In the fogbugz directory, there is a conf/fogbugz-redirect.conf file. One of the lines is a RedirectMatch rule. Change this line (and only this line) to refer to https. There is also a conf/httpd.conf file. Edit the Listen line to read "Listen 127.0.0.1:7066". Now FogBugz will only listen to localhost and your SSL requests will be redirected to it. Configuring apache to enable SSL is a platform dependent operation, so there's no way to do it, but you'll need to edit your apache config files (likely to be located somewhere under /etc). One example for turning on SSL is a chunk like the following:
For more info, refer to http://edin.no-ip.com/content/apache-https-redirect-debian-mini-howto |
|||
|
|
|
1
|
The To make sure FogBugz can never ever possibly serve non-SSL pages (even if you misconfigure the site), you have to remove the You can then add the following redirect to aggressively insure that people always end up on the SSL version of the site no matter how they type the URL.
|
||
|
|
|
0
|
Ken posted in a duplicate question that you can also do something like this if you don't want to turn on SSL for your entire site:
|
||
|
|