Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
bdurand
Creator

tRest with NTLM Proxy-Authorization

Hi,
I would like to use a tRest to access a https webservice.
My authentication scheme is local PC -> NTLM Proxy auth -> HTTP Basic auth -> HTTP data
I tried to add a tSetProxy and set "Proxy-Authorization" in the http header of the tRest but it doesn't work.
The proxy authentication fails.
Anyone already success ?
Regards,
Labels (3)
2 Replies
Anonymous
Not applicable

Hi
The tSetproxy component don't support NTLM credentials yet.
Best regards
Shong
bdurand
Creator
Author

Hi,
Thank you, I found a bugtracker about this feature : https://community.talend.com/t5/Design-and-Development/Drop-and-Create-tables-in-MS-SQL-Server-datab...
I tried to use the tFileFetch with NTLM option but it returns this error :
30 juin 2011 15:15:22 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Unrecognized SSL message, plaintext connection?
30 juin 2011 15:15:22 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
30 juin 2011 15:15:22 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Unrecognized SSL message, plaintext connection?
30 juin 2011 15:15:22 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
30 juin 2011 15:15:22 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Unrecognized SSL message, plaintext connection?
30 juin 2011 15:15:22 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry

Talend 4.2.1 with win7-64b
Please, any idea ?
best regards,