<?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: Use SSL with Talend ESB in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Use-SSL-with-Talend-ESB/m-p/2235680#M24650</link>
    <description>Hi ! 
&lt;BR /&gt; 
&lt;BR /&gt;Sorry, a bit late : 
&lt;A href="https://community.qlik.com/s/article/ka03p0000006EF7AAM" target="_blank"&gt;https://community.talend.com/t5/Migration-Configuration-and/How-to-configure-Talend-Services-to-use-SSL/ta-p/41&lt;/A&gt; 
&lt;BR /&gt;comined with : 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCkHfCAK" target="_blank"&gt;https://community.talend.com/t5/Deployment/Installing-SSL-certificate-in-talend-ESB-Runtime/td-p/7469&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;you can find the rest in the documentation I think if needed. 
&lt;BR /&gt; 
&lt;BR /&gt;Sincerely,</description>
    <pubDate>Wed, 25 Sep 2019 17:00:23 GMT</pubDate>
    <dc:creator>rmartin2</dc:creator>
    <dc:date>2019-09-25T17:00:23Z</dc:date>
    <item>
      <title>Use SSL with Talend ESB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-SSL-with-Talend-ESB/m-p/2235674#M24644</link>
      <description>&lt;P&gt;Hello everybody&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I implemented an API job (using tRestRequest and tRestResponse).&lt;/P&gt;&lt;P&gt;I would like to know how to enable HTTPS&amp;nbsp; to cypher my exchanges with the server. Isn't it a kind of tutorial ?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-SSL-with-Talend-ESB/m-p/2235674#M24644</guid>
      <dc:creator>Alpha549</dc:creator>
      <dc:date>2024-11-16T04:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Use SSL with Talend ESB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-SSL-with-Talend-ESB/m-p/2235675#M24645</link>
      <description>&lt;P&gt;Up&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 17:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-SSL-with-Talend-ESB/m-p/2235675#M24645</guid>
      <dc:creator>Alpha549</dc:creator>
      <dc:date>2019-09-11T17:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Use SSL with Talend ESB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-SSL-with-Talend-ESB/m-p/2235676#M24646</link>
      <description>You want to cypher your messages + HTTPS or just HTTPS ?</description>
      <pubDate>Wed, 11 Sep 2019 17:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-SSL-with-Talend-ESB/m-p/2235676#M24646</guid>
      <dc:creator>rmartin2</dc:creator>
      <dc:date>2019-09-11T17:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Use SSL with Talend ESB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-SSL-with-Talend-ESB/m-p/2235677#M24647</link>
      <description>&lt;P&gt;I just want to use HTTPS, which is already cypher, to increase security.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 19:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-SSL-with-Talend-ESB/m-p/2235677#M24647</guid>
      <dc:creator>Alpha549</dc:creator>
      <dc:date>2019-09-11T19:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Use SSL with Talend ESB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-SSL-with-Talend-ESB/m-p/2235678#M24648</link>
      <description>&lt;P&gt;I've not done it recently, but as far as I remember, you need to authorize HTTPS transport (whih is enabled by default I think) and add your keystore in a specific format : a JKS keystore.&lt;/P&gt; 
&lt;P&gt;This is not&amp;nbsp; really secured since the&amp;nbsp; only supported encryption is an old method.&lt;/P&gt; 
&lt;P&gt;Use keytool to create your keystore and use a crt + p5 file to encrypt it. I think it's the only one working right now. I'll check tomorrow.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;And really important note : your password is clear and loud in the logs, so you need to shut them down in order to be secure. Else it will be written in clear in your logs... It's a known issue.&lt;/P&gt; 
&lt;P&gt;You can cypher it in the configuration file (because it's not cyphered), by adding the cypher option. You'll need to restart your runtime to see the effect.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 19:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-SSL-with-Talend-ESB/m-p/2235678#M24648</guid>
      <dc:creator>rmartin2</dc:creator>
      <dc:date>2019-09-11T19:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Use SSL with Talend ESB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-SSL-with-Talend-ESB/m-p/2235679#M24649</link>
      <description>&lt;P&gt;Do you have any URL as a tutorial ?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 18:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-SSL-with-Talend-ESB/m-p/2235679#M24649</guid>
      <dc:creator>Alpha549</dc:creator>
      <dc:date>2019-09-12T18:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Use SSL with Talend ESB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-SSL-with-Talend-ESB/m-p/2235680#M24650</link>
      <description>Hi ! 
&lt;BR /&gt; 
&lt;BR /&gt;Sorry, a bit late : 
&lt;A href="https://community.qlik.com/s/article/ka03p0000006EF7AAM" target="_blank"&gt;https://community.talend.com/t5/Migration-Configuration-and/How-to-configure-Talend-Services-to-use-SSL/ta-p/41&lt;/A&gt; 
&lt;BR /&gt;comined with : 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCkHfCAK" target="_blank"&gt;https://community.talend.com/t5/Deployment/Installing-SSL-certificate-in-talend-ESB-Runtime/td-p/7469&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;you can find the rest in the documentation I think if needed. 
&lt;BR /&gt; 
&lt;BR /&gt;Sincerely,</description>
      <pubDate>Wed, 25 Sep 2019 17:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-SSL-with-Talend-ESB/m-p/2235680#M24650</guid>
      <dc:creator>rmartin2</dc:creator>
      <dc:date>2019-09-25T17:00:23Z</dc:date>
    </item>
  </channel>
</rss>

