<?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: tSOAP using HTTPS : certificate... in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSOAP-using-HTTPS-certificate/m-p/2345475#M112992</link>
    <description>&lt;P&gt;Hello, thank you for your answer.&lt;/P&gt;&lt;P&gt;I found that a pfx file is usable. Here, the problem is that in tSOAP settings, for the URL, the IP address was set. I had to use the domain name instead. It works. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's nice to know how to convert from a pfx to another format !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem solved, thank you @Aiming Chen​&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Feb 2023 14:13:22 GMT</pubDate>
    <dc:creator>Alpha549</dc:creator>
    <dc:date>2023-02-03T14:13:22Z</dc:date>
    <item>
      <title>tSOAP using HTTPS : certificate...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSOAP-using-HTTPS-certificate/m-p/2345473#M112990</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I used to use a SOAP web service, with HTTP. However, it is now using HTTPS.&lt;/P&gt;&lt;P&gt;Using HTTPS, I saw that in tSOAP settings, I need to activate Trust server with SSL.&lt;/P&gt;&lt;P&gt;My TrustStore file is a pfx file. I don't know if it's the correct file.&lt;/P&gt;&lt;P&gt;My SOAP version setting is SOAP 1.2 and I use an authentication (Need authentication?)&lt;/P&gt;&lt;P&gt;Here is my setting : I'm on Windows for my test&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ch1EgAAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141490iFB9D499C826CE365/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ch1EgAAI.png" alt="0695b00000ch1EgAAI.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My stacktrace :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ch1AqAAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134023iBFC8C1256BF14C4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ch1AqAAI.png" alt="0695b00000ch1AqAAI.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ch1K0AAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138799i42C8227448380AA7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ch1K0AAI.png" alt="0695b00000ch1K0AAI.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Checking if the password is correct, using :&lt;/P&gt;&lt;P&gt;openssl pkcs12 -in CERT.pfx -password pass:PASSWORD -info&lt;/P&gt;&lt;P&gt;Confirm that the password I use is correct.&lt;/P&gt;&lt;P&gt;SOURCE : &lt;A href="https://stackoverflow.com/questions/62489718/openssl-verify-pfx-password-ok" alt="https://stackoverflow.com/questions/62489718/openssl-verify-pfx-password-ok" target="_blank"&gt;https://stackoverflow.com/questions/62489718/openssl-verify-pfx-password-ok&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for you help everyone&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSOAP-using-HTTPS-certificate/m-p/2345473#M112990</guid>
      <dc:creator>Alpha549</dc:creator>
      <dc:date>2024-11-15T22:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: tSOAP using HTTPS : certificate...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSOAP-using-HTTPS-certificate/m-p/2345474#M112991</link>
      <description>&lt;P&gt;Hello @Alpha549 Alpha549​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Regarding to the error log, the problem is that it can't accept the truststore file X.pfx as it's format is pkcs12&lt;/P&gt;&lt;P&gt;please convert it to jks format first by the below command like&lt;/P&gt;&lt;P&gt;&lt;B&gt;keytool -importkeystore -srckeystore key.p12 -srcstoretype pkcs12 -srcstorepass xxx -destkeystore key.jks -deststoretype jks -deststorepass xxx&lt;/B&gt;&lt;/P&gt;&lt;P&gt;see &lt;A href="https://knowledge.broadcom.com/external/article/151981/how-to-convert-a-pkcs12-p12-keystore-to.html" alt="https://knowledge.broadcom.com/external/article/151981/how-to-convert-a-pkcs12-p12-keystore-to.html" target="_blank"&gt;How to convert a PKCS12 (.p12) keystore to a JKS keystore (broadcom.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;then setup the tSOPA truststore file to the new jks file to re-try?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aiming&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 03:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSOAP-using-HTTPS-certificate/m-p/2345474#M112991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-03T03:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: tSOAP using HTTPS : certificate...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSOAP-using-HTTPS-certificate/m-p/2345475#M112992</link>
      <description>&lt;P&gt;Hello, thank you for your answer.&lt;/P&gt;&lt;P&gt;I found that a pfx file is usable. Here, the problem is that in tSOAP settings, for the URL, the IP address was set. I had to use the domain name instead. It works. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's nice to know how to convert from a pfx to another format !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem solved, thank you @Aiming Chen​&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 14:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSOAP-using-HTTPS-certificate/m-p/2345475#M112992</guid>
      <dc:creator>Alpha549</dc:creator>
      <dc:date>2023-02-03T14:13:22Z</dc:date>
    </item>
  </channel>
</rss>

