Le 6/1/22 à 23:39, Henning Svane a écrit :
Hi

I have tried haproxy -d and here I saw 401 and 500.

But I have also seen this, but I have and Error I do not how to fix:

odin@haproxy01:~$ sudo haproxy -d -f /home/odin/haproxy07e.cfg

Available polling systems :

       epoll : pref=300,  test result OK

        poll : pref=200,  test result OK

      select : pref=150,  test result FAILED

Total: 3 (2 usable), will use epoll.

Available filters :

         [SPOE] spoe

         [CACHE] cache

         [FCGI] fcgi-app

         [COMP] compression

         [TRACE] trace

Using epoll() as the polling mechanism.

But to your question

I have attached the file debug.txt which are the output from haproxy -d whenI try to open Outlook.

There are some errors but I do not what they mean.



Hi,

You should specify your HAProxy version and share your redacted configuration. Otherwise it will be hard to help you. Log messages may also help.

Note that NTLM authenticates a connection not a request. Thus you must be sure to keep connections alive. This may explain your 401 responses. About the 500 errors, it may be because of header rewrite failures. You may check 'wrew' counter in "show stat" command output or in the csv export of the HTTP state page.

Regards,
--
Christopher Faulet

Reply via email to