<?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 Attunity Certificate error on the Web Console in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Attunity-Certificate-error-on-the-Web-Console/m-p/1675433#M27</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is regarding Attunity replicate console.&lt;/P&gt;&lt;P&gt;We are facing certificate error while trying to access one of the URL for web console.&lt;/P&gt;&lt;P&gt;It says untrusted certificate and website cannot be trusted by the company.&lt;/P&gt;&lt;P&gt;When checked with my certificate authority team, they asked me to make my application use the certificate provided by them.&lt;/P&gt;&lt;P&gt;Tried different ways but nothing seems to be working,&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:17:16 GMT</pubDate>
    <dc:creator>syada369</dc:creator>
    <dc:date>2024-11-16T01:17:16Z</dc:date>
    <item>
      <title>Attunity Certificate error on the Web Console</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Attunity-Certificate-error-on-the-Web-Console/m-p/1675433#M27</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is regarding Attunity replicate console.&lt;/P&gt;&lt;P&gt;We are facing certificate error while trying to access one of the URL for web console.&lt;/P&gt;&lt;P&gt;It says untrusted certificate and website cannot be trusted by the company.&lt;/P&gt;&lt;P&gt;When checked with my certificate authority team, they asked me to make my application use the certificate provided by them.&lt;/P&gt;&lt;P&gt;Tried different ways but nothing seems to be working,&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Attunity-Certificate-error-on-the-Web-Console/m-p/1675433#M27</guid>
      <dc:creator>syada369</dc:creator>
      <dc:date>2024-11-16T01:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Attunity Certificate error on the Web Console</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Attunity-Certificate-error-on-the-Web-Console/m-p/1678264#M35</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;Please make sure correctly configured SSL PFX file containing both (private key and certificate) and that the common name field in the certificate matches the name browsers will use to reference the machine.&lt;/P&gt;
&lt;P&gt;1. Stop Attunity Replicate server and Attunity Replicate UI server.&lt;/P&gt;
&lt;P&gt;2. Open CMD (as administrator)&lt;/P&gt;
&lt;P&gt;3. Change path to where Replicate is installed (default is&amp;nbsp;&lt;A target="_blank" rel="noopener"&gt;C:\Program&amp;nbsp;Files\Attunity\Repl&lt;WBR /&gt;icate\bin)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;4. Run the following command:&lt;/P&gt;
&lt;P&gt;RepUiCtl.exe certificate clean&lt;/P&gt;
&lt;P&gt;if your data is on another directory&lt;/P&gt;
&lt;P&gt;RepUiCtl.exe -d&amp;nbsp;&lt;A target="_blank" rel="noopener"&gt;f:\attunity\replicate\data&amp;nbsp;cer&lt;WBR /&gt;tificate&amp;nbsp;clean&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;5. Run mmc.exe&lt;/P&gt;
&lt;P&gt;6. From the file menu click Add/Remove Snap-in&lt;/P&gt;
&lt;P&gt;7. From the window of Snap-ins, choose certificates and double click it&lt;/P&gt;
&lt;P&gt;8. From the popup which will be opened, choose “Computer account” and Next&lt;/P&gt;
&lt;P&gt;9. Click “Finish” in the “select computer” dialog to choose the local computer&lt;/P&gt;
&lt;P&gt;10. Click ok to close the snap-in selection window&lt;/P&gt;
&lt;P&gt;11. Import the PFX file by right clicking on the “Personal” folder under the certificate tree on the left. Enter the password as required&lt;/P&gt;
&lt;P&gt;12. Double click your certificate from the personal folder, and choose the “details” pane&lt;/P&gt;
&lt;P&gt;13. Scroll down in the details window until you see the “Thumbprint” details and copy them to the clipboard&lt;/P&gt;
&lt;P&gt;14. In the command line(run as administrator), run the following commands:&lt;/P&gt;
&lt;P&gt;netsh http add sslcert ipport=0.0.0.0:443 certhash=[YOUR_CERTIFICATE_THU&lt;WBR /&gt;MBPRINT_WITHOUT_BLANKS] appid={4dc3e181-e14b-4a21-b022&lt;WBR /&gt;-59fc669b0914}&lt;/P&gt;
&lt;P&gt;netsh http add sslcert ipport=[::]:443 certhash=[YOUR_CERTIFICATE_THU&lt;WBR /&gt;MBPRINT_WITHOUT_BLANKS] appid={4dc3e181-e14b-4a21-b022&lt;WBR /&gt;-59fc669b0914}&lt;/P&gt;
&lt;P&gt;15. Close the CMD and mmc utility&lt;/P&gt;
&lt;P&gt;16. Start the Attunity Replicate server and Attunity Replicate UI server&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example for the commands mentioned in #14:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;netsh http add sslcert ipport=0.0.0.0:443 certhash=5f6eccba751a75120cd01&lt;WBR /&gt;17389248ef3ca716e61 appid={4dc3e181-e14b-4a21-b022&lt;WBR /&gt;-59fc669b0914}&lt;/P&gt;
&lt;P&gt;netsh http add sslcert ipport=[::]:443 certhash=5f6eccba751a75120cd01&lt;WBR /&gt;17389248ef3ca716e61 appid={4dc3e181-e14b-4a21-b022&lt;WBR /&gt;-59fc669b0914}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;===&lt;/P&gt;
&lt;P&gt;if you have done above, and still having issue, could you provide the repuictl log for review, under ~\data\logs directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and new certificate error and what certificate it is using,, and all the certificate in MMC / computer / personal certificate .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Madhavi&lt;/P&gt;</description>
      <pubDate>Sun, 23 Feb 2020 15:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Attunity-Certificate-error-on-the-Web-Console/m-p/1678264#M35</guid>
      <dc:creator>Madhavi_Konda</dc:creator>
      <dc:date>2020-02-23T15:47:36Z</dc:date>
    </item>
  </channel>
</rss>

