<?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: set disableCNCheck = true in ESBConsumer in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306676#M78192</link>
    <description>It's fun 
&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; In case you run into problems this forum is a good place to get them solved. 
&lt;BR /&gt;Zsolt</description>
    <pubDate>Thu, 29 Aug 2013 15:03:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-29T15:03:19Z</dc:date>
    <item>
      <title>set disableCNCheck = true in ESBConsumer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306669#M78185</link>
      <description>Hi, 
&lt;BR /&gt;I connect to a https service endpoint and use SetKeystore for definition of the truststore. 
&lt;BR /&gt;The ESBConsumer creates the following error: 
&lt;BR /&gt;Caused by: java.io.IOException: The https URL hostname does not match the Common Name (CN) on the server certificate in the client's truststore. Make sure server certificate is correct, or to disable this check (NOT recommended for production) set the CXF client TLS configuration property "disableCNCheck" to true. 
&lt;BR /&gt;Where can i define disableCNCheck = true to switch off the CN check? 
&lt;BR /&gt;BR, Jürgen 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB2o.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151590iD562DB17D96F2BF9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB2o.png" alt="0683p000009MB2o.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306669#M78185</guid>
      <dc:creator>jschmied</dc:creator>
      <dc:date>2024-11-16T11:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: set disableCNCheck = true in ESBConsumer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306670#M78186</link>
      <description>Jürgen, 
&lt;BR /&gt;you have to define a cxf conduits configuration for your endpoint, similar to the configuration in ${TESB_Container}/etc/org.apache.cxf.http.conduits-common.cfg. The prefix of the conduits configuration file must be org.apache.cxf.http.conduits-. The rest of the file name is up to you. Chapter 10 of the Talend ESB Container Administration Guide provides detailed information of all the properties you can set. To disable the CN check you have to include 
&lt;BR /&gt; 
&lt;PRE&gt;tlsClientParameters.disableCNCheck = true&lt;/PRE&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Zsolt</description>
      <pubDate>Thu, 29 Aug 2013 12:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306670#M78186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-29T12:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: set disableCNCheck = true in ESBConsumer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306671#M78187</link>
      <description>Hi,&lt;BR /&gt;Thank you for your fast response.&lt;BR /&gt;Do i have to store this configuration file in a specific folder in my workspace/PROJECT directory?&lt;BR /&gt;BR, Jürgen</description>
      <pubDate>Thu, 29 Aug 2013 13:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306671#M78187</guid>
      <dc:creator>jschmied</dc:creator>
      <dc:date>2013-08-29T13:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: set disableCNCheck = true in ESBConsumer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306672#M78188</link>
      <description>Ooh, are trying to run the client from within the studio?&lt;BR /&gt;Zsolt</description>
      <pubDate>Thu, 29 Aug 2013 13:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306672#M78188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-29T13:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: set disableCNCheck = true in ESBConsumer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306673#M78189</link>
      <description>Yes.&lt;BR /&gt;Now i have uploaded a image of the project.&lt;BR /&gt;Finally it should run as exported, standalone java project.</description>
      <pubDate>Thu, 29 Aug 2013 13:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306673#M78189</guid>
      <dc:creator>jschmied</dc:creator>
      <dc:date>2013-08-29T13:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: set disableCNCheck = true in ESBConsumer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306674#M78190</link>
      <description>My suggestion to use a cxf conduit selector configuration file only works if you run your job in the TESB container. Unfortunately you cannot define a cxf conduit selector configuration within the studion&lt;BR /&gt;If you run your job stand alone with the help of the job server using a tSetKeystore component is the right choice.&lt;BR /&gt;Zsolt</description>
      <pubDate>Thu, 29 Aug 2013 14:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306674#M78190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-29T14:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: set disableCNCheck = true in ESBConsumer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306675#M78191</link>
      <description>I will try.&lt;BR /&gt;I never worked with ESB container.</description>
      <pubDate>Thu, 29 Aug 2013 14:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306675#M78191</guid>
      <dc:creator>jschmied</dc:creator>
      <dc:date>2013-08-29T14:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: set disableCNCheck = true in ESBConsumer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306676#M78192</link>
      <description>It's fun 
&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; In case you run into problems this forum is a good place to get them solved. 
&lt;BR /&gt;Zsolt</description>
      <pubDate>Thu, 29 Aug 2013 15:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306676#M78192</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-29T15:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: set disableCNCheck = true in ESBConsumer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306677#M78193</link>
      <description>Does anybody know what the property "Checking server identity" at tKeyStore element mean and which function is switched with this property? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAtA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147687i8B073A449ABC9A27/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAtA.png" alt="0683p000009MAtA.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 29 Aug 2013 16:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-disableCNCheck-true-in-ESBConsumer/m-p/2306677#M78193</guid>
      <dc:creator>jschmied</dc:creator>
      <dc:date>2013-08-29T16:23:40Z</dc:date>
    </item>
  </channel>
</rss>

