Technical Tip: NTLM authentication is not working for explicit proxy
| Description | This article describes an error that occurs when using NTLM authentication with explicit web proxies on the FortiGate/FortiProxy. |
| Scope | Explicit Web Proxy, FortiGate/FortiProxy. |
| Solution | Reviewing WAD debug logs may reveal that the FortiGate is sending a 407 error repmsg_id 16.
diagnose wad filter process-id-by-src <IP_address_of_client>
[I][p:435][s:86573982][r:89442614] wad_http_str_canonicalize :2196 enc=0 path=/ len=1 changes=0
The HTTP 407 error indicates that the request failed because the proxy server between the user and the destination server requires authentication, but valid credentials were not supplied. The repmsg_id 16 is a specific message identifier that can help pinpoint the cause of the failure, although the main issue remains unchanged: the proxy server is denying access until authentication is completed.
Resolution: Ensure the correct user with the correct password is used in the explicit proxy policy. |
