<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [resolved] Calling a Secure Web Service via SSL through a Proxy in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Calling-a-Secure-Web-Service-via-SSL-through-a-Proxy/m-p/2202202#M3979</link>
    <description>Hello, &lt;BR /&gt;Finaly, an exception has been done to the proxy for the url.&lt;BR /&gt;So I call first a tSetProxy and then a tFileFetch but I still have a problem.&lt;BR /&gt;Maybe I forgot something ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Stephane</description>
    <pubDate>Tue, 17 Sep 2013 14:23:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-09-17T14:23:09Z</dc:date>
    <item>
      <title>[resolved] Calling a Secure Web Service via SSL through a Proxy</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Calling-a-Secure-Web-Service-via-SSL-through-a-Proxy/m-p/2202197#M3974</link>
      <description>I have a job that successfully calls a secure web service, but not via a proxy. In the tWebServiceInput component:
&lt;BR /&gt;1. The WSDL is https:...
&lt;BR /&gt;2. Authentication is turned on and username and password specified.
&lt;BR /&gt;3. Trust server with SSL is turned on and a trust store file and password specified. The trust store contains the SSL certificate.
&lt;BR /&gt;This all works fine. HOWEVER, I need the call to pass through a proxy. I've tried several mechanisms:
&lt;BR /&gt;1. Turning on "Use http proxy" in the tWebServiceComponent.
&lt;BR /&gt;2. Using a tSetProxy at the start of the job, configured with a http proxy.
&lt;BR /&gt;3. Using a tSetProxy at the start of the job, configured with a https proxy.
&lt;BR /&gt;4. Using a tPreJob and a tSetProxy at the start of the job, configured with a https proxy.
&lt;BR /&gt;All of the above attempts result in:
&lt;BR /&gt;"javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?"
&lt;BR /&gt;It feels like I should be configuring an https proxy, but the tWebServiceInput component only allows an http proxy and configuring the https proxy in a tSetProxy at the start of the job seems not to work.
&lt;BR /&gt;Any ideas?</description>
      <pubDate>Sat, 16 Nov 2024 12:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Calling-a-Secure-Web-Service-via-SSL-through-a-Proxy/m-p/2202197#M3974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Calling a Secure Web Service via SSL through a Proxy</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Calling-a-Secure-Web-Service-via-SSL-through-a-Proxy/m-p/2202198#M3975</link>
      <description>TIS 3.2.2r33000 by the way.</description>
      <pubDate>Thu, 07 Apr 2011 10:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Calling-a-Secure-Web-Service-via-SSL-through-a-Proxy/m-p/2202198#M3975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-07T10:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Calling a Secure Web Service via SSL through a Proxy</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Calling-a-Secure-Web-Service-via-SSL-through-a-Proxy/m-p/2202199#M3976</link>
      <description>Resolved. The issue was caused by firewall rules not being correctly set up on the proxy server. Final solution uses a tSetProxy (https) which results in an Anonymous user which must be allowed in a firewall rule at the proxy to communicate from the Talend Job Server IP to the webservice host IP. The error is far from helpful, but hey that's not Talend's fault!</description>
      <pubDate>Thu, 07 Apr 2011 16:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Calling-a-Secure-Web-Service-via-SSL-through-a-Proxy/m-p/2202199#M3976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-07T16:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Calling a Secure Web Service via SSL through a Proxy</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Calling-a-Secure-Web-Service-via-SSL-through-a-Proxy/m-p/2202200#M3977</link>
      <description>Hi
&lt;BR /&gt;I am glad to see that you find out the cause and find the solution using tSetProxy component.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 07 Apr 2011 16:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Calling-a-Secure-Web-Service-via-SSL-through-a-Proxy/m-p/2202200#M3977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-07T16:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Calling a Secure Web Service via SSL through a Proxy</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Calling-a-Secure-Web-Service-via-SSL-through-a-Proxy/m-p/2202201#M3978</link>
      <description>Hello, &lt;BR /&gt;I have a similar problem when try to download an xml file in a tFileFetch.&lt;BR /&gt;I've tried to use a tSetProxy but I still have the same problem. The connection to te squid proxy is not done.&lt;BR /&gt;If I understand well, I have to allowed my user in the firewall rule at proxy to communicate from talent to the URI http ?&lt;BR /&gt;Regards,&lt;BR /&gt;Stephane</description>
      <pubDate>Thu, 12 Sep 2013 15:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Calling-a-Secure-Web-Service-via-SSL-through-a-Proxy/m-p/2202201#M3978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-12T15:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Calling a Secure Web Service via SSL through a Proxy</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Calling-a-Secure-Web-Service-via-SSL-through-a-Proxy/m-p/2202202#M3979</link>
      <description>Hello, &lt;BR /&gt;Finaly, an exception has been done to the proxy for the url.&lt;BR /&gt;So I call first a tSetProxy and then a tFileFetch but I still have a problem.&lt;BR /&gt;Maybe I forgot something ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Stephane</description>
      <pubDate>Tue, 17 Sep 2013 14:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Calling-a-Secure-Web-Service-via-SSL-through-a-Proxy/m-p/2202202#M3979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-17T14:23:09Z</dc:date>
    </item>
  </channel>
</rss>

