You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Alexander Anpilov (Jira)" <ji...@apache.org> on 2023/03/14 13:44:00 UTC

[jira] [Closed] (CAMEL-19146) HTTP component NTLM auth not working

     [ https://issues.apache.org/jira/browse/CAMEL-19146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Anpilov closed CAMEL-19146.
-------------------------------------
    Resolution: Not A Problem

After some debug i have found that problem was with authHost property.

I supposed that we must set domain-controller host for NTLM auth here.

But it seems that this is host for which we should NTLM auth.

After removing property everything is fine.

> HTTP component NTLM auth not working
> ------------------------------------
>
>                 Key: CAMEL-19146
>                 URL: https://issues.apache.org/jira/browse/CAMEL-19146
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-http
>    Affects Versions: 3.18.2
>            Reporter: Alexander Anpilov
>            Priority: Major
>
> When I was using camel-http:3.15.0 this endpoint worked fine:
> .to("http://some-url?authHost={{{{{}http.ntlmAuthHost{}}}}}&authDomain={{{{{}http.ntlmAuthDomain{}}}}}&authUsername={{{{{}http.ntlmAuthUsername{}}}}}&authPassword={{{{{}http.ntlmAuthPassword{}}}}}")
>  
> Arter that fix "CAMEL-18355" ntlm auth not working.
> Problem started from version 3.18.2
> I have tested all versions to 3.20.2.
>  
> Maybe I need to change URI for new versions?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)