We would like to use OTRS for our customers and enable them to create new tickets via the default web interface.
What are the best practises for securing this web access (how secure it is)?
For now, our firewall is doing some IPS/vulnerability scanning, but if possible, i would like to secure apache/otrs as well. We are using HTTPS of course.
Are there any differences if using inbuilt password authentication (in DB), LDAP, apache basicauth?
Is there any logwatch plugin, which would parse logs and point to a hacking attempt...?
OTRS and security concerns
Moderator: crythias
Re: OTRS and security concerns
Hi,
you should apply basic Apache security configs, like using mod_security.
For OTRS you should use password rules for the accounts if localy in DB, if they are stored in LDAP the LDAP rules where used.
For stronger security I suggest to use a reverse proxy only allowing to use customer frontend
you should apply basic Apache security configs, like using mod_security.
For OTRS you should use password rules for the accounts if localy in DB, if they are stored in LDAP the LDAP rules where used.
For stronger security I suggest to use a reverse proxy only allowing to use customer frontend
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: OTRS and security concerns
Hi,
i managed to implement the mod_security feature. For reverse-proxy, which one do you recommend? Nginx or apache?
I totally agree to use only the customer frontend..
Thanks for tips.
Peter
i managed to implement the mod_security feature. For reverse-proxy, which one do you recommend? Nginx or apache?
I totally agree to use only the customer frontend..
Thanks for tips.
Peter
OTRS 5.0.15 on Centos 6 and Postgresql 9.1
Re: OTRS and security concerns
should work with both. Nginx is quite fast to setup
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com