<?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: Enabling client authentication for SSL and Configuring jetty for SSL don't work in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259626#M41047</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Are you using this parameter in your&amp;nbsp;&lt;STRONG&gt;org.ops4j.pax.web.cfg&lt;/STRONG&gt; file :&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;org.ops4j.pax.web.ssl.clientauthneeded=true&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If i don't use this parameter, i have the same result as you and i can click&amp;nbsp;&lt;SPAN&gt;on the "Continuer vers le site localhost (dangereux)" link and it will take me to the runtime. (already tested) but iin this case we don't force client to be trusted and he can access to the runtime without the certificate.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;If i use the&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;org.ops4j.pax.web.ssl.clientauthneeded=true&amp;nbsp;&lt;/STRONG&gt;(so force the client to be trusted) and&amp;nbsp;click&amp;nbsp;on the "Continuer vers le site localhost (dangereux)" , iam not able to access to the runtime.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Here is the first response when i call the runtime console :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ssl1.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8CN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153480i2E95C598B1ECB325/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8CN.png" alt="0683p000009M8CN.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;And when i click on "Continuer vers le site localhost (dangereux)" :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ssl2.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8EK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139189iE7CB2F06B167C5F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8EK.png" alt="0683p000009M8EK.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The text in the last image means :&lt;/P&gt; 
&lt;P&gt;Localhost did not accept your certificate of connection, or you did not provide it.&lt;/P&gt; 
&lt;P&gt;Try to contact the system administrator.&lt;/P&gt; 
&lt;P&gt;ERR_BAD_SSL_AUTH_CERT.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Nov 2019 16:22:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-11-28T16:22:43Z</dc:date>
    <item>
      <title>Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259613#M41034</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As described in the title of this topic, the two solutions described in the title of this topic don't work in my environment :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Enabling client authentication for SSL :&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt; 
&lt;P&gt;&lt;U&gt;I tried to reproduce exactly the example given in the talend help&amp;nbsp;&lt;A href="https://help.talend.com/reader/yovCMqvJzyaSSSIdrlB4FQ/HlVXm6zYbAL14q4Lq84a1w?_ga=2.162337466.705922826.1574069642-1943225319.1571905932" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;https://help.talend.com/reader/yovCMqvJzyaSSSIdrlB4FQ/HlVXm6zYbAL14q4Lq84a1w&lt;/A&gt;&amp;nbsp;, when i call my rest service from Chrome, Firefox, CURL or Postman after adding the client certificate it always show me "BAD CERTIFICATE", i added our certificate Authority and restarted karaf, always the same error message "BAD CERTIFICATE"&lt;/U&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Configuring jetty for SSL :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;As the first solution did not work for me, i tried the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;second solution&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;by modifying the jetty.xml file and tested the one way ssl for example as described here :&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.talend.com/reader/yovCMqvJzyaSSSIdrlB4FQ/xWGGon_HvMs8tUG8RhStDQ?_ga=2.166533816.705922826.1574069642-1943225319.1571905932" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;https://help.talend.com/reader/yovCMqvJzyaSSSIdrlB4FQ/xWGGon_HvMs8tUG8RhStDQ&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;, after restarting karaf i'm not able to call the rest service.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;here is my talend rest service used for the tests :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8ZL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140174i324C96DF1719EED9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8ZL.png" alt="0683p000009M8ZL.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;My first try by modifying the&amp;nbsp;org.ops4j.pax.web.cfg and restarting karaf:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8ZQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156684iD2E963371DFAB750/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8ZQ.png" alt="0683p000009M8ZQ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;My second try by modifying the jetty.xml file and adding my connector and restarting karaf:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8ZV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136207iC0B5445ABA2B39A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8ZV.png" alt="0683p000009M8ZV.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8Za.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142447iE00D3C0C5AB8D74B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8Za.png" alt="0683p000009M8Za.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any answer, suggestion would be very appreciated.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259613#M41034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259614#M41035</link>
      <description>&lt;P&gt;How are you creating your certificates and keystores? This is usually a cause of this sort of issue. You will also need to make sure that your trusted certificate is configured in your browser. This link should help you&amp;nbsp;&lt;A href="https://help.talend.com/reader/yovCMqvJzyaSSSIdrlB4FQ/YS2qpyciSmqGw1eFT08J1Q" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/yovCMqvJzyaSSSIdrlB4FQ/YS2qpyciSmqGw1eFT08J1Q&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 23:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259614#M41035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-21T23:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259615#M41036</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your answer and the link.&lt;/P&gt;
&lt;P&gt;Iam using this link for settings and trying to reproduce exactly the same examples given, however, it doesn't work (iam using keytool and generting exactly the same certificates given in this link).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to do this in 2 computers with TOS for esb 7.1.2 (OS : Windows10, Antivirus : Nod32 disabled and firewall also).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help&lt;/P&gt;</description>
      <pubDate>Sat, 23 Nov 2019 11:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259615#M41036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-23T11:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259616#M41037</link>
      <description>&lt;P&gt;Are you creating your certificate from scratch or trying to use one issued by a certification authority (like GoDaddy.com)? Certificates are a nightmare to work with and configure. I know that this does work, bit it might be you are leaving out some information&lt;/P&gt;</description>
      <pubDate>Sun, 24 Nov 2019 22:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259616#M41037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-24T22:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259617#M41038</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Iam creating my certificate from scratch exactly as follow (if this example works, il wil use the certificate authority later) :&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
  &lt;DIV&gt; 
   &lt;DIV&gt; 
    &lt;DIV&gt; 
     &lt;DIV&gt;
       Enabling client authentication for SSL 
     &lt;/DIV&gt; 
     &lt;DIV&gt; 
      &lt;DIV&gt; 
       &lt;DIV&gt; 
        &lt;P&gt;To exchange certificates and allow only "trusted" clients to use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Talend Runtime Container&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;HTTP service, you need to follow the following instructions.&lt;/P&gt; 
        &lt;OL&gt; 
         &lt;LI&gt;&lt;P&gt;Enable the HTTP client auth support in the Karaf-based&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Talend Runtime Container&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;When you install the HTTP feature, the container leverages Pax-Web to provide HTTP OSGi service:&lt;/P&gt;&lt;PRE&gt;karaf@trun&amp;gt; feature:install http&lt;/PRE&gt;&lt;/LI&gt; 
         &lt;LI&gt;&lt;P&gt;Add a customfile with the following content:&lt;/P&gt;&lt;/LI&gt; 
        &lt;/OL&gt; 
       &lt;/DIV&gt; 
      &lt;/DIV&gt; 
     &lt;/DIV&gt; 
    &lt;/DIV&gt; 
   &lt;/DIV&gt; &amp;lt;
  &lt;/DIV&gt;
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Md8L"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Md8L"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Sun, 24 Nov 2019 23:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259617#M41038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-24T23:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259618#M41039</link>
      <description>&lt;P&gt;I noticed a couple of mistakes in this documentation or in your copying of them.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two keystores are created using these commands....&lt;/P&gt;
&lt;PRE&gt;keytool -genkey -keyalg RSA -validity 365 -alias serverkey -keypass password -storepass password -keystore keystore.jks
keytool -genkey -keyalg RSA -validity 365 -alias clientkey -keypass password -storepass password -keystore client.jks&lt;/PRE&gt;
&lt;P&gt;You then used these commands to export your client certificate and import it into the server keystore...&lt;/P&gt;
&lt;PRE&gt;keytool -export -rfc -keystore clientKeystore.jks -storepass password -alias clientkey -file client.cer
keytool -import -trustcacerts -keystore keystore.jdk -storepass password -alias clientkey -file client.cer
&lt;/PRE&gt;
&lt;P&gt;The clientKeystore.jks should be client.jks and keystore.jdk looks like a typing error with jdk instead of jks.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 11:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259618#M41039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-25T11:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259619#M41040</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Yes there is a couple of mistakes in talend documentation and i corrected it before setting my environment but alway the same error :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here is the import of my certificate (with success) in google chrome for example :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ssl1.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8Bo.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147946i00F3B5AFD9DDE477/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8Bo.png" alt="0683p000009M8Bo.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;And the error :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ssl2.png" style="width: 897px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8Df.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152278iDEF92B4C4A0B93FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8Df.png" alt="0683p000009M8Df.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 17:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259619#M41040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-25T17:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259620#M41041</link>
      <description>&lt;P&gt;Sorry about the delay in getting back to you. I have installed the runtime and have been trying this out myself. It appears that either something in the product has changed, requiring an update to the documentation, or something has broken. I know that this has worked prior to v7.1 as I used it on several projects with v6. I have therefore raised this as a bug. I am not sure how long it will take to get a response, but I know the team who will be looking at this first, so will try and make sure it is elevated in their list of priorities.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 23:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259620#M41041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-25T23:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259621#M41042</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you so much for your feedback and reactivity.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If it is possible, what is the version (6.x) you used in your projects and works well ? may be i can use it for the moment and back to latest version after the bug fix or the documentation will be updated.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 09:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259621#M41042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-26T09:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259622#M41043</link>
      <description>&lt;P&gt;I believe the last version I used this successfully with was v6.2. However, I am unsure about what is preventing this from working. I am suspicious as to whether there is something requiring a certificate authority now, which wasn't a requirement in the past. The error I was getting when I tried this was not descriptive enough for me to definitely point to this, but it certainly didn't rule it out. I'll carry on looking into this and if I find something, get back to you.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 11:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259622#M41043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-26T11:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259623#M41044</link>
      <description>Ok and thank you in advance.</description>
      <pubDate>Tue, 26 Nov 2019 11:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259623#M41044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-26T11:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259624#M41045</link>
      <description>&lt;P&gt;OK and thank you in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 11:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259624#M41045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-26T11:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259625#M41046</link>
      <description>&lt;P&gt;I think I have found you issue. Sorry, French is not a language I read well. The error I believe you are seeing is because it is a self-signed certificate. You will always get this error unless your certificate is signed by a trusted authority. It's not actually an error, more of a warning.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If you click on the "Continnuer vers le site localhost (dangereux)" link, it will take you to the runtime. Once you get an authorized certificate, you won't see this.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In the meantime, I have found another issue which I believe affects Macs. I've tested this on Ubuntu and Windows and it works fine....with the warning you are seeing.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 17:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259625#M41046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-27T17:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259626#M41047</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Are you using this parameter in your&amp;nbsp;&lt;STRONG&gt;org.ops4j.pax.web.cfg&lt;/STRONG&gt; file :&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;org.ops4j.pax.web.ssl.clientauthneeded=true&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If i don't use this parameter, i have the same result as you and i can click&amp;nbsp;&lt;SPAN&gt;on the "Continuer vers le site localhost (dangereux)" link and it will take me to the runtime. (already tested) but iin this case we don't force client to be trusted and he can access to the runtime without the certificate.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;If i use the&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;org.ops4j.pax.web.ssl.clientauthneeded=true&amp;nbsp;&lt;/STRONG&gt;(so force the client to be trusted) and&amp;nbsp;click&amp;nbsp;on the "Continuer vers le site localhost (dangereux)" , iam not able to access to the runtime.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Here is the first response when i call the runtime console :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ssl1.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8CN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153480i2E95C598B1ECB325/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8CN.png" alt="0683p000009M8CN.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;And when i click on "Continuer vers le site localhost (dangereux)" :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ssl2.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8EK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139189iE7CB2F06B167C5F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8EK.png" alt="0683p000009M8EK.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The text in the last image means :&lt;/P&gt; 
&lt;P&gt;Localhost did not accept your certificate of connection, or you did not provide it.&lt;/P&gt; 
&lt;P&gt;Try to contact the system administrator.&lt;/P&gt; 
&lt;P&gt;ERR_BAD_SSL_AUTH_CERT.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 16:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259626#M41047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-28T16:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259627#M41048</link>
      <description>&lt;P&gt;Yes, I am using that parameter.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My parameters look like below....&lt;/P&gt; 
&lt;PRE&gt;org.osgi.service.http.port=8042

org.osgi.service.http.port.secure=8443
org.osgi.service.http.secure.enabled=true
org.ops4j.pax.web.ssl.keystore=./etc/keystores/keystore.jks
org.ops4j.pax.web.ssl.password=password
org.ops4j.pax.web.ssl.keypassword=password
#org.ops4j.pax.web.ssl.clientauthwanted=false
org.ops4j.pax.web.ssl.clientauthneeded=true
#org.ops4j.pax.web.config.file=${karaf.base}/etc/jetty.xml&lt;/PRE&gt; 
&lt;P&gt;Can you delete all of the certificates you have configured (for this) in Firefox, try loading the page again (which should fail....note the precise message) and then add your certificate to Firefox again. Then try loading the page. If there is an error it should be a different error to the very last error you received.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I actually installed exactly the same version as you and was able to get this working first time. I used these instructions&amp;nbsp;&lt;A href="http://blog.nanthrax.net/?p=316" target="_blank" rel="nofollow noopener noreferrer"&gt;http://blog.nanthrax.net/?p=316&lt;/A&gt;&amp;nbsp;and copied and pasted the commands to ensure I got it correct. These instructions are from the creator of Apache Karaf.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 21:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259627#M41048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-28T21:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259628#M41049</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQUqAAO"&gt;@Nabilos31&lt;/A&gt;, were you able to get this sorted?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 19:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259628#M41049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-29T19:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259629#M41050</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Unfortunatly, iam not able to get this sorted, i have this error in firefox when i click on "Continue" :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ssl1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7uv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158167iE3C767DCA28C95EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7uv.png" alt="0683p000009M7uv.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;May be a bug in my chrome and firefox version ... i tried many manupulations without success (purge the ssl cache, delete certificte and insert it again, check the system date, create the keystore.jks and client.jks from scatch and restarting karf... etc).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Iam downloading windows server 2012 sharewere version, i will install it on virtual machine install TOS inside and do some tests (hope it works).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 20:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259629#M41050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-29T20:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259630#M41051</link>
      <description>&lt;P&gt;Can I just confirm you are using the v7.1 ESB TOS edition? If so, I know that this does work. If you are using the v7.3M3, there is a problem with this.&lt;BR /&gt;&lt;BR /&gt;I installed v7.1 ESB TOS on a Mac and an Ubuntu machine and was able to set these up so each machine could log on to the other machine's v7.1 Runtime Webconsole. The first time I tried this, I was working with v7.3M3 and it did not work. I have raised a bug regarding this. Thankfully, v7.3M3 is a pre-release version.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2019 00:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259630#M41051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-30T00:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259631#M41052</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;&amp;nbsp;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Iam using the v7.2.1 TOS edition and i think that there is something broken in this version because i dwnloaded the the 7.0.1 and it works perfectly ! like a charm ! ( both&amp;nbsp;org.ops4j.pax.web.cfg and jetty.xml work !).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Special thank to you for your help during my issues.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Should i set this topic to resolved ? (even if my TOS esb 7.2.1 doesn't work as expected)&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2019 13:30:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259631#M41052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-30T13:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling client authentication for SSL and Configuring jetty for SSL don't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259632#M41053</link>
      <description>&lt;P&gt;Let me take a look at v7.2.1. I need to check this out&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 08:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Enabling-client-authentication-for-SSL-and-Configuring-jetty-for/m-p/2259632#M41053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-02T08:44:12Z</dc:date>
    </item>
  </channel>
</rss>

