Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jdlo_25
Contributor
Contributor

[resolved] tHttpRequest connection refused error

Hi Guys ,
Can Anyone help me? I am a beginner in talend and I am trying to use tHttpRequest and tried some tutorials http://www.talendbyexample.com/talend-thttprequest-component.html  but I always get Connection refused error. I also check the reponse and it is always null. Is their any configuration needed to be set up aside from setting up the URI. I also set up the proxy configuration for the network. Thanks in Advance 
Regards,
John
Labels (2)
4 Replies
Anonymous
Not applicable

Hi John 
Are you able to access the URL through browser? Do you need proxy to access internet in your network? Please upload a screenshot of component settings.
jdlo_25
Contributor
Contributor
Author

Hi Shong, 
Good Day!
Thanks for the quick response. Yes I can access the given url through browser and I also need to set the proxy to access data. Please see the screenshots for reference thank you

Regards,
John
0683p000009MDIT.png
Anonymous
Not applicable

Hi 
I tested this example and it works. If your network requires proxy to access internet, you should use a tSetProxy to configure the proxy information. eg:
tSetProxy
   |
onsubjobok
   |
tHttpRequest--main--tlogRow
jdlo_25
Contributor
Contributor
Author

Hi Shong, 
Good Day !
Thank you for the help. It seems that I should configure the set up protocol to be the same as the protocol used in the url. 
Regards 
John