Hi, Sir:
    I'm a fresh man on HAproxy. we use HAproxy for LB the accessing web
site.
So, Haproxy is at front, in its backend there are two proxy servers.
However, we find if setting Haproxy's VIP in web browser's proxy settings,
then the SSO for company internal web site will be failed.
If using backend proxy directly in web browser, then SSO is working.
below is the haproxy.cfg section for configuring proxy LB.
I just want to know if this SSO failure can be avoid by changing some
settings in Haproxy or not.
Thanks.

#---------------------------------------------------------------------
# vip:8080 -- proxy:8080
#---------------------------------------------------------------------

frontend  LBproxy
        bind 10.64.8.8:8080
        mode http

        option httpclose
        option forwardfor       except 127.0.0.0/8
        default_backend SGproxy


B/R
Sean

Reply via email to