<?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 Karaf and ssl in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ssl/m-p/2275572#M51903</link>
    <description>&lt;P&gt;Hi all,&lt;BR /&gt;I'm trying to deploy a route on karaf, in this route i have a cxf with a https connexion,i have modified a&amp;nbsp;org.ops4j.pax.web.cfg like this :&lt;/P&gt; 
&lt;PRE&gt;org.osgi.service.http.port=8040&lt;BR /&gt;org.osgi.service.http.port.secure=8081&lt;BR /&gt;org.osgi.service.http.secure.enabled=true&lt;BR /&gt;org.ops4j.pax.web.ssl.keystore.type=pkcs12&lt;BR /&gt;org.ops4j.pax.web.ssl.keystore=${karaf.base}/etc/aveo/cert/file.p12&lt;BR /&gt;org.ops4j.pax.web.ssl.password=pass&lt;BR /&gt;org.ops4j.pax.web.ssl.keypassword=pass&lt;BR /&gt;org.ops4j.pax.web.config.file=${karaf.base}/etc/jetty.xml&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;I have added a cert in firefox, but when i try access my wsdl I have got the following error :&lt;/P&gt; 
&lt;PRE&gt;2015-11-17 11:53:33,661 | WARN &amp;nbsp;| qtp703264812-163 | nio &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| tty.io.nio.SelectChannelEndPoint &amp;nbsp;652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLException: Inbound closed before receiving&lt;BR /&gt;&amp;nbsp;peer's close_notify: possible truncation attack?&lt;BR /&gt;2015-11-17 11:53:33,666 | WARN &amp;nbsp;| qtp703264812-159 | nio &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| tty.io.nio.SelectChannelEndPoint &amp;nbsp;652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLException: Inbound closed before receiving&lt;BR /&gt;&amp;nbsp;peer's close_notify: possible truncation attack?&lt;BR /&gt;2015-11-17 11:53:33,679 | WARN &amp;nbsp;| qtp703264812-161 | nio &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| tty.io.nio.SelectChannelEndPoint &amp;nbsp;652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLHandshakeException: null cert chain&lt;BR /&gt;2015-11-17 11:53:33,687 | WARN &amp;nbsp;| qtp703264812-158 | nio &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| tty.io.nio.SelectChannelEndPoint &amp;nbsp;652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLHandshakeException: null cert chain&lt;BR /&gt;2015-11-17 11:53:33,698 | WARN &amp;nbsp;| qtp703264812-159 | nio &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| tty.io.nio.SelectChannelEndPoint &amp;nbsp;652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLHandshakeException: null cert chain&lt;BR /&gt;2015-11-17 11:53:33,705 | WARN &amp;nbsp;| qtp703264812-161 | nio &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| tty.io.nio.SelectChannelEndPoint &amp;nbsp;652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLHandshakeException: null cert chain&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;can you help me ?&amp;nbsp;&lt;BR /&gt;best regard.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 10:56:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T10:56:50Z</dc:date>
    <item>
      <title>Karaf and ssl</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ssl/m-p/2275572#M51903</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;I'm trying to deploy a route on karaf, in this route i have a cxf with a https connexion,i have modified a&amp;nbsp;org.ops4j.pax.web.cfg like this :&lt;/P&gt; 
&lt;PRE&gt;org.osgi.service.http.port=8040&lt;BR /&gt;org.osgi.service.http.port.secure=8081&lt;BR /&gt;org.osgi.service.http.secure.enabled=true&lt;BR /&gt;org.ops4j.pax.web.ssl.keystore.type=pkcs12&lt;BR /&gt;org.ops4j.pax.web.ssl.keystore=${karaf.base}/etc/aveo/cert/file.p12&lt;BR /&gt;org.ops4j.pax.web.ssl.password=pass&lt;BR /&gt;org.ops4j.pax.web.ssl.keypassword=pass&lt;BR /&gt;org.ops4j.pax.web.config.file=${karaf.base}/etc/jetty.xml&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;I have added a cert in firefox, but when i try access my wsdl I have got the following error :&lt;/P&gt; 
&lt;PRE&gt;2015-11-17 11:53:33,661 | WARN &amp;nbsp;| qtp703264812-163 | nio &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| tty.io.nio.SelectChannelEndPoint &amp;nbsp;652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLException: Inbound closed before receiving&lt;BR /&gt;&amp;nbsp;peer's close_notify: possible truncation attack?&lt;BR /&gt;2015-11-17 11:53:33,666 | WARN &amp;nbsp;| qtp703264812-159 | nio &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| tty.io.nio.SelectChannelEndPoint &amp;nbsp;652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLException: Inbound closed before receiving&lt;BR /&gt;&amp;nbsp;peer's close_notify: possible truncation attack?&lt;BR /&gt;2015-11-17 11:53:33,679 | WARN &amp;nbsp;| qtp703264812-161 | nio &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| tty.io.nio.SelectChannelEndPoint &amp;nbsp;652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLHandshakeException: null cert chain&lt;BR /&gt;2015-11-17 11:53:33,687 | WARN &amp;nbsp;| qtp703264812-158 | nio &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| tty.io.nio.SelectChannelEndPoint &amp;nbsp;652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLHandshakeException: null cert chain&lt;BR /&gt;2015-11-17 11:53:33,698 | WARN &amp;nbsp;| qtp703264812-159 | nio &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| tty.io.nio.SelectChannelEndPoint &amp;nbsp;652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLHandshakeException: null cert chain&lt;BR /&gt;2015-11-17 11:53:33,705 | WARN &amp;nbsp;| qtp703264812-161 | nio &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| tty.io.nio.SelectChannelEndPoint &amp;nbsp;652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLHandshakeException: null cert chain&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;can you help me ?&amp;nbsp;&lt;BR /&gt;best regard.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ssl/m-p/2275572#M51903</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Karaf and ssl</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ssl/m-p/2275573#M51904</link>
      <description>This can be fiddly and if you don't get it exactly right, is not very easy to debug. Try the following blog post ( 
&lt;A href="http://blog.nanthrax.net/2012/12/how-to-enable-https-certificate-client-auth-with-karaf/" rel="nofollow noopener noreferrer"&gt;http://blog.nanthrax.net/2012/12/how-to-enable-https-certificate-client-auth-with-karaf/&lt;/A&gt;). It is by the guy who actually created the Apache Karaf project. I have used this blog as a starting point for most of the issues I have with Karaf.</description>
      <pubDate>Tue, 17 Nov 2015 11:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ssl/m-p/2275573#M51904</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T11:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Karaf and ssl</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ssl/m-p/2275574#M51905</link>
      <description>Hi rhall_2.0,
&lt;BR /&gt;Ty for your reply, but i already follow this topic ... and i have got my error.</description>
      <pubDate>Tue, 17 Nov 2015 11:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ssl/m-p/2275574#M51905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T11:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Karaf and ssl</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ssl/m-p/2275575#M51906</link>
      <description>The error looks like you are not sending a trusted certificate from the browser. Are you sure that it is configured properly in Firefox?</description>
      <pubDate>Tue, 17 Nov 2015 12:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ssl/m-p/2275575#M51906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T12:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Karaf and ssl</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ssl/m-p/2275576#M51907</link>
      <description>I think yes, when I check in firefox setting I can see that cert is valid.&lt;BR /&gt;I have juste import cert since cert folder.</description>
      <pubDate>Tue, 17 Nov 2015 12:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ssl/m-p/2275576#M51907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T12:09:40Z</dc:date>
    </item>
  </channel>
</rss>

