<?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 Qlik Replicate 2025.11 - Unable to Establish SSL Trust After Replacing Self-Signed Certificate (Port 3552) in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-2025-11-Unable-to-Establish-SSL-Trust-After/m-p/2554740#M16613</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We are requesting assistance with an SSL/TLS certificate issue on our Qlik Replicate Server.&lt;/P&gt;
&lt;P&gt;Environment:&lt;BR /&gt;- Qlik Replicate version: 2025.11.0.285 (X64)&lt;BR /&gt;- OS: Windows Server 2022&lt;BR /&gt;- Server hostname: BMTPRMPDBQLIK01.domain&lt;BR /&gt;- Affected port: 3552 (Replicate Server/agent communication port)&lt;/P&gt;
&lt;P&gt;Background:&lt;BR /&gt;Our internal security team flagged the default self-signed certificate on port 3552 as untrusted (Nessus Plugin ID 51192 - SSL Certificate Cannot Be Trusted). We obtained a proper wildcard certificate issued by Sectigo (*.domain) and attempted to replace the self-signed certificate following the official documentation:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2025/Content/Replicate/Main/Security/set_up_server_https_support.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/replicate/November2025/Content/Replicate/Main/Security/set_up_server_https_support.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Steps we have completed so far:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Extracted the certificate, private key, and CA chain from the client-provided PFX file using OpenSSL:&lt;BR /&gt;- openssl pkcs12 -in &amp;lt;file&amp;gt;.pfx -clcerts -nokeys -out agent-certificate.pem&lt;BR /&gt;- openssl pkcs12 -in &amp;lt;file&amp;gt;.pfx -nocerts -out agent-private-key.pem -nodes&lt;/LI&gt;
&lt;LI&gt;Verified agent-certificate.pem contains the correct leaf certificate (subject=CN=*.domain) and agent-private-key.pem contains a valid private key block.&lt;/LI&gt;
&lt;LI&gt;Built agent-ca.pem containing the Sectigo Intermediate CA and Root CA certificates (provided by the client as ca_bundle_sectigo_new.crt).&lt;/LI&gt;
&lt;LI&gt;Replaced all four files (agent-ca.pem, agent-certificate.pem, agent-private-key.pem, agent-private-key-passphrase.dat) in the ssl/data directory of the Replicate Server data folder, after stopping the service.&lt;/LI&gt;
&lt;LI&gt;Verified the new certificate is being served correctly via:&lt;BR /&gt;openssl s_client -connect &amp;lt;host&amp;gt;:3552 -showcerts&lt;/LI&gt;
&lt;LI&gt;Imported the Sectigo Root CA and Intermediate CA into the Windows Local Computer Certificate Store (Trusted Root Certification Authorities and Intermediate Certification Authorities) via certlm.msc.&lt;/LI&gt;
&lt;LI&gt;Restarted both the Qlik Replicate Server service and the Replicate UI Server/Console service.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Current issue:&lt;BR /&gt;After completing the above steps, the Replicate web console now returns the following error:&lt;BR /&gt;"SYS, General - The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel."&lt;/P&gt;
&lt;P&gt;This suggests the UI Server is still unable to validate trust when communicating internally with the Replicate Server over port 3552, despite the certificate chain appearing valid via openssl verification.&lt;/P&gt;
&lt;P&gt;Could you please advise:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Whether there are additional configuration steps required (beyond replacing the ssl/data files and importing the CA into the Windows Certificate Store) for the UI Server to trust the new certificate on port 3552.&lt;/LI&gt;
&lt;LI&gt;Whether the UI Server validates trust through a different mechanism that also needs to be updated.&lt;/LI&gt;
&lt;LI&gt;Any relevant log files we should review or provide to help diagnose this further.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 13 Aug 2026 09:07:52 GMT</pubDate>
    <dc:creator>andry</dc:creator>
    <dc:date>2026-08-13T09:07:52Z</dc:date>
    <item>
      <title>Qlik Replicate 2025.11 - Unable to Establish SSL Trust After Replacing Self-Signed Certificate (Port 3552)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-2025-11-Unable-to-Establish-SSL-Trust-After/m-p/2554740#M16613</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We are requesting assistance with an SSL/TLS certificate issue on our Qlik Replicate Server.&lt;/P&gt;
&lt;P&gt;Environment:&lt;BR /&gt;- Qlik Replicate version: 2025.11.0.285 (X64)&lt;BR /&gt;- OS: Windows Server 2022&lt;BR /&gt;- Server hostname: BMTPRMPDBQLIK01.domain&lt;BR /&gt;- Affected port: 3552 (Replicate Server/agent communication port)&lt;/P&gt;
&lt;P&gt;Background:&lt;BR /&gt;Our internal security team flagged the default self-signed certificate on port 3552 as untrusted (Nessus Plugin ID 51192 - SSL Certificate Cannot Be Trusted). We obtained a proper wildcard certificate issued by Sectigo (*.domain) and attempted to replace the self-signed certificate following the official documentation:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2025/Content/Replicate/Main/Security/set_up_server_https_support.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/replicate/November2025/Content/Replicate/Main/Security/set_up_server_https_support.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Steps we have completed so far:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Extracted the certificate, private key, and CA chain from the client-provided PFX file using OpenSSL:&lt;BR /&gt;- openssl pkcs12 -in &amp;lt;file&amp;gt;.pfx -clcerts -nokeys -out agent-certificate.pem&lt;BR /&gt;- openssl pkcs12 -in &amp;lt;file&amp;gt;.pfx -nocerts -out agent-private-key.pem -nodes&lt;/LI&gt;
&lt;LI&gt;Verified agent-certificate.pem contains the correct leaf certificate (subject=CN=*.domain) and agent-private-key.pem contains a valid private key block.&lt;/LI&gt;
&lt;LI&gt;Built agent-ca.pem containing the Sectigo Intermediate CA and Root CA certificates (provided by the client as ca_bundle_sectigo_new.crt).&lt;/LI&gt;
&lt;LI&gt;Replaced all four files (agent-ca.pem, agent-certificate.pem, agent-private-key.pem, agent-private-key-passphrase.dat) in the ssl/data directory of the Replicate Server data folder, after stopping the service.&lt;/LI&gt;
&lt;LI&gt;Verified the new certificate is being served correctly via:&lt;BR /&gt;openssl s_client -connect &amp;lt;host&amp;gt;:3552 -showcerts&lt;/LI&gt;
&lt;LI&gt;Imported the Sectigo Root CA and Intermediate CA into the Windows Local Computer Certificate Store (Trusted Root Certification Authorities and Intermediate Certification Authorities) via certlm.msc.&lt;/LI&gt;
&lt;LI&gt;Restarted both the Qlik Replicate Server service and the Replicate UI Server/Console service.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Current issue:&lt;BR /&gt;After completing the above steps, the Replicate web console now returns the following error:&lt;BR /&gt;"SYS, General - The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel."&lt;/P&gt;
&lt;P&gt;This suggests the UI Server is still unable to validate trust when communicating internally with the Replicate Server over port 3552, despite the certificate chain appearing valid via openssl verification.&lt;/P&gt;
&lt;P&gt;Could you please advise:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Whether there are additional configuration steps required (beyond replacing the ssl/data files and importing the CA into the Windows Certificate Store) for the UI Server to trust the new certificate on port 3552.&lt;/LI&gt;
&lt;LI&gt;Whether the UI Server validates trust through a different mechanism that also needs to be updated.&lt;/LI&gt;
&lt;LI&gt;Any relevant log files we should review or provide to help diagnose this further.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2026 09:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-2025-11-Unable-to-Establish-SSL-Trust-After/m-p/2554740#M16613</guid>
      <dc:creator>andry</dc:creator>
      <dc:date>2026-08-13T09:07:52Z</dc:date>
    </item>
  </channel>
</rss>

