How do I setup FogBugz 7 for Windows to be accessible only via SSL (https)?
(see also for linux)
|
1
|
|
|
|
|
2
|
IIS 7See the TechNet documentation for requiring SSL:
IIS 6This TechNet article covers enabling (and requiring) SSL. |
|||
|
|
0
|
You can require SSL by either redirecting http requests to https (IIS 6 or IIS 7) or (my preferred method) use URL rewriting (IIS 7) to send http requests to https. |
|||
|
|