<?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: Installing SSL certificate in talend ESB Runtime in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Installing-SSL-certificate-in-talend-ESB-Runtime/m-p/2376784#M146273</link>
    <description>I have same problem. I set my trust store how you indicated, but I get an exception:&lt;BR /&gt;Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure&lt;BR /&gt;My https client is a tRest component. &lt;BR /&gt;Any idea how to solve this?&lt;BR /&gt;Regards&lt;BR /&gt;Pierluca</description>
    <pubDate>Thu, 27 Sep 2012 11:34:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-09-27T11:34:25Z</dc:date>
    <item>
      <title>Installing SSL certificate in talend ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Installing-SSL-certificate-in-talend-ESB-Runtime/m-p/2376782#M146271</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt;Does anyone know to install an SSL certificate in apache Karaf, so my clients can communicate to my Webservices usinh HTTPS?&lt;BR /&gt;I will get a certificate from a trsuted CA.&lt;BR /&gt;Regards and thanks for your replies.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 12:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Installing-SSL-certificate-in-talend-ESB-Runtime/m-p/2376782#M146271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SSL certificate in talend ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Installing-SSL-certificate-in-talend-ESB-Runtime/m-p/2376783#M146272</link>
      <description>Hi Isoto,&lt;BR /&gt;- keystores are in etc/keystores folder, create a new keystore with your keypair and the signed imported certificate&lt;BR /&gt;- edit etc/org.ops4j.pax.web.cfg to add:&lt;BR /&gt;&lt;PRE&gt;org.osgi.service.http.port.secure=8443&lt;BR /&gt;org.osgi.service.http.secure.enabled=true&lt;BR /&gt;org.ops4j.pax.web.ssl.keystore=etc/keystores/test.jks&lt;BR /&gt;org.ops4j.pax.web.ssl.password=password&lt;BR /&gt;org.ops4j.pax.web.ssl.keypassword=password&lt;/PRE&gt;&lt;BR /&gt;and it should be running.&lt;BR /&gt;Carpe diem&lt;BR /&gt;        Gabriel</description>
      <pubDate>Fri, 01 Jun 2012 09:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Installing-SSL-certificate-in-talend-ESB-Runtime/m-p/2376783#M146272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-01T09:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SSL certificate in talend ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Installing-SSL-certificate-in-talend-ESB-Runtime/m-p/2376784#M146273</link>
      <description>I have same problem. I set my trust store how you indicated, but I get an exception:&lt;BR /&gt;Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure&lt;BR /&gt;My https client is a tRest component. &lt;BR /&gt;Any idea how to solve this?&lt;BR /&gt;Regards&lt;BR /&gt;Pierluca</description>
      <pubDate>Thu, 27 Sep 2012 11:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Installing-SSL-certificate-in-talend-ESB-Runtime/m-p/2376784#M146273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-27T11:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SSL certificate in talend ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Installing-SSL-certificate-in-talend-ESB-Runtime/m-p/2376785#M146274</link>
      <description>Hi Pierluca, 
&lt;BR /&gt;settings in the etc/org.ops4j.pax.web.cfg file are configuring the Karaf container as server side SSL endpoint, so how it will behave against HTTP(S) clients. I don't thing it has anything to do with tREST component, what is used as HTTP client. I will have a look at the component when having some time, but no promises 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;in theory - you could build a mediation proxy route (or a pure Camel route) with sslContextParametersRef defined ( 
&lt;A href="http://camel.apache.org/http4.html" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/http4.html&lt;/A&gt; ) to separate the authentication concern. 
&lt;BR /&gt;Gabriel</description>
      <pubDate>Fri, 28 Sep 2012 12:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Installing-SSL-certificate-in-talend-ESB-Runtime/m-p/2376785#M146274</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-28T12:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SSL certificate in talend ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Installing-SSL-certificate-in-talend-ESB-Runtime/m-p/2376786#M146275</link>
      <description>Hi Gabriel. Thanks for the response. Yes I realize that. Finally we discover that karaf use a different handshake sequence from Jboss 7. So we added this parameter to karaf line command in trun script:
&lt;BR /&gt;-Dhttps.protocols=TLSv1
&lt;BR /&gt;Now it works.
&lt;BR /&gt;Regards
&lt;BR /&gt;Pierluca</description>
      <pubDate>Fri, 28 Sep 2012 14:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Installing-SSL-certificate-in-talend-ESB-Runtime/m-p/2376786#M146275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-28T14:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SSL certificate in talend ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Installing-SSL-certificate-in-talend-ESB-Runtime/m-p/2376787#M146276</link>
      <description>After implementing SSL Certificate i am getting jetty error 404 exception.Where i am going wrong?</description>
      <pubDate>Thu, 31 Jul 2014 08:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Installing-SSL-certificate-in-talend-ESB-Runtime/m-p/2376787#M146276</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-07-31T08:09:02Z</dc:date>
    </item>
  </channel>
</rss>

