[rt-users] rt-mailgate
jim.h.berry at frb.gov
jim.h.berry at frb.gov
Thu Jan 26 16:48:20 EST 2012
Hi
We let Apache authenticate under SSL but had problems with rt-mailgate.
Our work around was to configure httpd.conf as below so that rt-mailgate
could operate under port 80. No doubt there are better ways, but this is
working for us.
### Force SSL for RT except the NoAuth and REST directories
<Location "/rt4/NoAuth/">
Order allow,deny
Allow from all
Satisfy Any
</Location>
<Location "/rt4/REST/1.0/NoAuth/">
Order allow,deny
Allow from all
Satisfy Any
</Location>
<LocationMatch "^/rt4/($|[^NR])">
SSLRequireSSL
AuthType [...]
Require valid-user
</LocationMatch>
--
Jim Berry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20120126/434a4482/attachment.htm>
More information about the rt-users
mailing list