<?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: How to Configure SLL in Talend Open Studio in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306782#M78286</link>
    <description>&lt;P&gt;Try executing the ETL job again without SSL this time and see if the error still persist.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Mar 2018 12:55:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-08T12:55:27Z</dc:date>
    <item>
      <title>How to Configure SLL in Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306781#M78285</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am facing connection Reset ,&amp;nbsp;java.security.ProviderException, fatal Error Exceptions while executing the ETL Job in Production Environment.But its working fine in my local System.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have used tJava Components as per my business logic where I will connect to the Particular Website and scrap the contents of the website.For few websites am getting the above mentioned alerts. How to get rid of those Errors while scrapping the website.&amp;nbsp;As per my knowledge I think the Server is not allowing the SSL - certifications, Kindly guide me how to configure the SSL - Certificate inside the Talend Design.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Hameed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 12:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306781#M78285</guid>
      <dc:creator>hami1</dc:creator>
      <dc:date>2018-03-08T12:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure SLL in Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306782#M78286</link>
      <description>&lt;P&gt;Try executing the ETL job again without SSL this time and see if the error still persist.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 12:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306782#M78286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-08T12:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure SLL in Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306783#M78287</link>
      <description>&lt;P&gt;Thanks for your reply,&lt;/P&gt;
&lt;P&gt;In my case I am creating HttpConnection for each website before parsing the contents which requires SSL/TLS get validated.&lt;/P&gt;
&lt;P&gt;After setting the "https.protocols" to "TLSv1.2",&amp;nbsp;I get rid of Connection reset Errors. But still there are few more Errors "java.security.ProviderException" &amp;amp; sun.security.validator Errors are occuring.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any Idea on these above will be helpful. Can we set more than on protocols like "TLSv1",&lt;SPAN&gt;"TLSv1.1" &amp;amp;&amp;nbsp;"TLSv1.2" will it accept this.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Which Property I need to set for to get rid of the above 2-mentioned Errors in Talend.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hameed&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 07:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306783#M78287</guid>
      <dc:creator>hami1</dc:creator>
      <dc:date>2018-03-09T07:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure SLL in Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306784#M78288</link>
      <description>&lt;P&gt;Folks,&lt;/P&gt;
&lt;P&gt;Any help on this will be appreciable. Updating the Java from jdk1.7 to jdk 1.8 will solve this problem?&lt;/P&gt;
&lt;P&gt;Updating the OpenSSL to latest version will help on this..?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Hameed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 09:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306784#M78288</guid>
      <dc:creator>hami1</dc:creator>
      <dc:date>2018-03-13T09:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure SLL in Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306785#M78289</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Are you using talend open studio for data integration or ESB? Usually, we use tSetKeyStore component to achieve SSL transport mechanism.&lt;/P&gt; 
&lt;P&gt;Could you please give us more information about your current situation?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 07:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306785#M78289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-14T07:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure SLL in Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306786#M78290</link>
      <description>&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;I am using Talend Open Studio for Data Integration (6.3.0).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I designed an ETL Job whose functionality is to check the availability of some urls in provided list of websites.&lt;/P&gt;&lt;P&gt;For this I am creating HTTP Connections to open the website and then checking the availability of my urls. When I tried to run it in the server its returning Connection Reset , java.security.ProviderException, handshake Exceptions for few Govt website Urls.&lt;/P&gt;&lt;P&gt;Sample Code :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;URL url = new URL(((String)globalMap.get("row1.url")));&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;System.out.println("***********************************");&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;System.out.println("Checking for State URL Connection Status: ");&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.setProperty("https.protocols", "TLSv1.2");&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;HttpURLConnection con = (HttpURLConnection) url.openConnection();&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;con.connect();&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Flag = con.getResponseCode();&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println(url+" : Current Status : "+Flag);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//* get redirect url from "location" header field&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;rUrl = con.getHeaderField("Location");&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;System.out.println("Redirect to URL : " + rUrl);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thread.sleep(10000);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.disconnect();&lt;BR /&gt;}&lt;BR /&gt;catch (Exception e)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;System.out.println("Exception Occured while Checking State URL...");&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Thanks In Advance,&lt;/P&gt;&lt;P&gt;Hameed.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 08:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306786#M78290</guid>
      <dc:creator>hami1</dc:creator>
      <dc:date>2018-03-14T08:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure SLL in Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306787#M78291</link>
      <description>&lt;P&gt;Hey hi Thanks !&lt;/P&gt; 
&lt;P&gt;Have a go at executing the ETL work again without SSL this time and check whether the blunder still hold on.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 05:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306787#M78291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-25T05:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure SLL in Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306788#M78292</link>
      <description>&lt;P&gt;People,&lt;/P&gt; 
&lt;P&gt;Any assistance on this will be calculable. Refreshing the Java from jdk1.7 to jdk 1.8 will tackle this issue?&lt;/P&gt; 
&lt;P&gt;Refreshing the OpenSSL to most recent form will help on this..?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;peterhean&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 03:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306788#M78292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-25T03:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure SLL in Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306789#M78293</link>
      <description>&lt;P&gt;&amp;nbsp;peterhean,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The issue is with the protocol used by the different websites for few websites&amp;nbsp;are using 1.1, 1.2 or 1.3. So I have configured the settings in my java code to allow them according to these protocol versions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hameed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 08:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306789#M78293</guid>
      <dc:creator>hami1</dc:creator>
      <dc:date>2018-12-17T08:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure SLL in Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306790#M78294</link>
      <description>&lt;P&gt;very impressive information dear. love your article.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I love your Website.&lt;/P&gt;
&lt;P&gt;kindly go here for tvtap is one of the best streaming application.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://tvtapios.co/" target="_self" rel="nofollow noopener noreferrer"&gt;Tvtap pro Mac&lt;/A&gt; |&amp;nbsp; &lt;A href="http://tvtapios.co/" target="_self" rel="nofollow noopener noreferrer"&gt;tvtap pro iPad&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 09:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306790#M78294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-09T09:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure SLL in Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306791#M78295</link>
      <description>&lt;P&gt;This is a very helpful article. It was very useful to me. Good job &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;________________________&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;Thorstienx &lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://showbox-apk.mobi" target="_self" rel="nofollow noopener noreferrer"&gt;Show-box&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 16:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306791#M78295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-08T16:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure SLL in Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306792#M78296</link>
      <description>&lt;P&gt;If you really, want to know about SSL certificates then you should go to youtube and if you really, want to know about all login worldwide then you should first study about&amp;nbsp;&lt;A href="https://khanacademy-login.com/" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;SPAN&gt;login to khan academy&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 15:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306792#M78296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-06T15:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure SLL in Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306793#M78297</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you very much for providing such amazing information but I am going to tell something new that will really, help you.&lt;A href="https://workspaceloginn.com/" target="_self" rel="nofollow noopener noreferrer"&gt;workspacelogin email&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2019 15:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306793#M78297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-11T15:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure SLL in Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306794#M78298</link>
      <description>&lt;P&gt;This article is helpful for me. Thank you&lt;/P&gt;&lt;P&gt;&lt;A href="http://ooh-club.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://ooh-club.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 13:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Configure-SLL-in-Talend-Open-Studio/m-p/2306794#M78298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-12T13:09:23Z</dc:date>
    </item>
  </channel>
</rss>

