Alexander Kohanov created HTTPCLIENT-2077:
---------------------------------------------

             Summary: Migration from HttpClient v4.5.x to v5.0 causes NTLM 
proxy authentication failures
                 Key: HTTPCLIENT-2077
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2077
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: HttpClient (classic)
    Affects Versions: 5.0
            Reporter: Alexander Kohanov
         Attachments: NtlmProxyAuthenticationTest.java, 
NtlmProxyAuthenticationTest.log

Upgrade of HttpClient from v4.5.x to v5.0 causes a NTLM proxy authentication 
failure (s. attached test class [^NtlmProxyAuthenticationTest.java] with 
generated log file [^NtlmProxyAuthenticationTest.log]).

Error logged: 
{code:java}
01:27:20.360 [main] DEBUG 
org.apache.hc.client5.http.impl.auth.HttpAuthenticator - Authentication failed
----------------------------------------
407 authenticationrequired
 
{code}
 

The same class implemented with HttpClient v4.5.x does not have any proxy 
issues and connects to the target as expected.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to