Automatically add TRUSTED_PROXIES to config file
-
I just installed osTicket. I was checking the "System Logs" section on the admin panel of osTicket, where it showed the IP address of the reverse proxy server instead of the original IP of the client's device.
Looking at the docs, I discovered a setting called
TRUSTED_PROXIESwhich was supported by osTicket. Setting the IP address of the reverse proxy there would fix the problem.The config file is located at
/app/data/ost-config.phpand accessible from the app's file manager. Cloudron could set that variable when the app is configured for the first time.#define('TRUSTED_PROXIES', ''); define('TRUSTED_PROXIES', '172.18.0.1');Impact of the issue: Recording the reverse proxy's IP address could result in delayed or unsuccessful forensics in case of trouble.
-
I just installed osTicket. I was checking the "System Logs" section on the admin panel of osTicket, where it showed the IP address of the reverse proxy server instead of the original IP of the client's device.
Looking at the docs, I discovered a setting called
TRUSTED_PROXIESwhich was supported by osTicket. Setting the IP address of the reverse proxy there would fix the problem.The config file is located at
/app/data/ost-config.phpand accessible from the app's file manager. Cloudron could set that variable when the app is configured for the first time.#define('TRUSTED_PROXIES', ''); define('TRUSTED_PROXIES', '172.18.0.1');Impact of the issue: Recording the reverse proxy's IP address could result in delayed or unsuccessful forensics in case of trouble.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login