Hi!
I have configured the Throttle Intercept Activation in my environment
following the instructions from
https://wiki.jasig.org/display/CASUM/Throttling+Login+Attempts.

In web.xml I set the options:

<filter>
  <filter-name>CAS Client Info Logging Filter</filter-name>
 
<filter-class>com.github.inspektr.common.web.ClientInfoThreadLocalFilter</filter-class>
  
  <init-param>
    <param-name>alternativeIpAddressHeader</param-name>
    <param-value>X-Forwarded-For</param-value>
  </init-param>
</filter>

But, I note that the tests conducted only logger the ip address from my load
balancer (nginx).

Any Idea!!

Thank's.




--
View this message in context: 
http://jasig.275507.n4.nabble.com/Problem-get-real-address-from-HTTP-HEADER-behind-nginx-lb-tp4661994.html
Sent from the CAS Users mailing list archive at Nabble.com.

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to