<?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: How to limit Qlik Replicate UI Server IP address binding in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2157207#M8670</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/158833"&gt;@shashi_holla&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149866"&gt;@avidary_qlik&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3552 and 443 were both binded to 0.0.0.0 , meaning both was listening to all IP interfaces on the server.&lt;/P&gt;
&lt;P&gt;For 3552, i was&amp;nbsp;&lt;SPAN&gt;able to do this for Qlik Replicate server (3552) by adding an entry for "address": "127.0.0.1" in the repctl.cfg file. So the output for 3552 is as per below after i made the change:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;C:\&amp;gt;netstat -ano | findstr LISTENING | findstr 3552&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TCP 127.0.0.1:3552 0.0.0.0:0 LISTENING 3252&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am trying to find out how to do that for 443 , the Qlik Replicate UI server.&lt;BR /&gt;The network interfaces that the services bind to is managed by the services and not Windows since it is not running under Windows IIS. Windows IIS service was not installed on this server.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Joe Khoo&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jan 2024 23:24:36 GMT</pubDate>
    <dc:creator>joekhoo</dc:creator>
    <dc:date>2024-01-01T23:24:36Z</dc:date>
    <item>
      <title>How to limit Qlik Replicate UI Server IP address binding</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2152847#M8526</link>
      <description>&lt;P&gt;I am running Qlik Replicate Server and Qlik Replicate UI Server in a Windows 2019 server.&lt;/P&gt;
&lt;P&gt;I noticed that the Qlik Replicate UI Server is configured to bind to all IPs on the server.&lt;/P&gt;
&lt;P&gt;This is confirmed by the netstat command output below.&lt;/P&gt;
&lt;P&gt;C:\&amp;gt;netstat -ano | findstr LISTENING | findstr 443&lt;BR /&gt;TCP 0.0.0.0:443 0.0.0.0:0 LISTENING 4&lt;BR /&gt;TCP [::]:443 [::]:0 LISTENING 4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I configure Qlik Replicate UI server to only bind to a specific IP address instead of all IP addresses on the server.&lt;/P&gt;
&lt;P&gt;I am able to do this for Qlik Replicate server by adding an entry for "address": "127.0.0.1" in the repctl.cfg file. So the output for 3552 is as per below:&lt;/P&gt;
&lt;P&gt;C:\&amp;gt;netstat -ano | findstr LISTENING | findstr 3552&lt;BR /&gt;TCP 127.0.0.1:3552 0.0.0.0:0 LISTENING 3252&lt;/P&gt;
&lt;P&gt;Prior to this, it was also binding to all IPs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;C:\&amp;gt;netstat -ano | findstr LISTENING | findstr 3552&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TCP 0.0.0.0:3552 0.0.0.0:0 LISTENING 3252&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 07:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2152847#M8526</guid>
      <dc:creator>joekhoo</dc:creator>
      <dc:date>2023-12-14T07:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit Qlik Replicate UI Server IP address binding</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2154444#M8586</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146744"&gt;@joekhoo&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for your comments.&lt;/P&gt;
&lt;P&gt;From the description, it looks like you were able to set only one IP for Replicate.&lt;/P&gt;
&lt;P&gt;Do you have specific questions that we can help with?&lt;BR /&gt;Thank you&lt;BR /&gt;Avidar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 09:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2154444#M8586</guid>
      <dc:creator>avidary_qlik</dc:creator>
      <dc:date>2023-12-19T09:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit Qlik Replicate UI Server IP address binding</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2155438#M8619</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146744"&gt;@joekhoo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;PID 4 a System process, I think it may be related to http.sys and it should be Windows issue.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 12:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2155438#M8619</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2023-12-21T12:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit Qlik Replicate UI Server IP address binding</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2156529#M8647</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146744"&gt;@joekhoo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By running following command, you are searching on 443 port, which is for https (secure layer) and it's applicable for all connections. This is not specific to Replicate.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;C:\&amp;gt;netstat -ano | findstr LISTENING | findstr 443&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Replicate server runs on port 3550 and if you run the following command, it will show pointing to localhost 127.0.0.1&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;C:\&amp;gt;netstat -ano | findstr LISTENING | findstr 3550&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;TCP 127.0.0.1:3550 0.0.0.0:0 LISTENING 5600&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Replicate UI (3552) doesn't have that restriction as it needs to be accessed not just from the server where Replicate is installed&amp;nbsp;but from outside as well.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank&lt;SPAN&gt;&amp;nbsp;you,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 23:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2156529#M8647</guid>
      <dc:creator>shashi_holla</dc:creator>
      <dc:date>2023-12-27T23:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit Qlik Replicate UI Server IP address binding</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2157207#M8670</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/158833"&gt;@shashi_holla&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149866"&gt;@avidary_qlik&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3552 and 443 were both binded to 0.0.0.0 , meaning both was listening to all IP interfaces on the server.&lt;/P&gt;
&lt;P&gt;For 3552, i was&amp;nbsp;&lt;SPAN&gt;able to do this for Qlik Replicate server (3552) by adding an entry for "address": "127.0.0.1" in the repctl.cfg file. So the output for 3552 is as per below after i made the change:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;C:\&amp;gt;netstat -ano | findstr LISTENING | findstr 3552&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TCP 127.0.0.1:3552 0.0.0.0:0 LISTENING 3252&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am trying to find out how to do that for 443 , the Qlik Replicate UI server.&lt;BR /&gt;The network interfaces that the services bind to is managed by the services and not Windows since it is not running under Windows IIS. Windows IIS service was not installed on this server.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Joe Khoo&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jan 2024 23:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2157207#M8670</guid>
      <dc:creator>joekhoo</dc:creator>
      <dc:date>2024-01-01T23:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit Qlik Replicate UI Server IP address binding</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158100#M8712</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146744"&gt;@joekhoo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Replicate UI server is using the Microsoft HTTP.SYS subsystem, offered on port 443. I've tried but cannot find a way to specify IP address for the port 443 and port 3552.&lt;/P&gt;
&lt;P&gt;I would suggest to submit a new ticket to our support system and let us check with the internal team.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 05:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158100#M8712</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-01-04T05:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit Qlik Replicate UI Server IP address binding</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158185#M8715</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;May I also check with you. For Replicate Server, is it also using HTTP.SYS subsystem ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best regards,&lt;/P&gt;
&lt;P&gt;Joe Khoo&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 09:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158185#M8715</guid>
      <dc:creator>joekhoo</dc:creator>
      <dc:date>2024-01-04T09:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit Qlik Replicate UI Server IP address binding</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158303#M8716</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146744"&gt;@joekhoo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Response from R&amp;amp;D in the case&lt;/P&gt;
&lt;P&gt;----------------------------&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The Qlik Replicate, Compose and Enterprise Manager products offer a web interface implemented using Microsoft's WCF framework which is a layer on top of the Windows HTTP subsystem (a.k.a HTTP.SYS). Every Windows machine has this HTTP.SYS subsystem and it handles all incoming HTTP/HTTPS requests, allowing multiple services on the Windows box to offer their web service via a single port 443 (without using HTTP.SYS, only one program can use port 443).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;--------------------&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Same thing is communicated to Kavitha as well&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Suresh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 14:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158303#M8716</guid>
      <dc:creator>sureshkumar</dc:creator>
      <dc:date>2024-01-04T14:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit Qlik Replicate UI Server IP address binding</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158477#M8727</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/163471"&gt;@sureshkumar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I noticed that the R&amp;amp;D reply was focused on Qlik Replicate UI service which is using port 443. And that is using Windows HTTP subsystem (HTTP.SYS).&lt;/P&gt;
&lt;P&gt;But how about the Qlik Replicate service (that is running on Port 3552).&amp;nbsp;&lt;BR /&gt;Does that&amp;nbsp;&lt;U&gt;also&lt;/U&gt; use the Microsoft Windows HTTP subsystem (HTTP.SYS)? Or does it use something else ?&lt;/P&gt;
&lt;P&gt;I am guessing it uses something else because Qlik Replicate service (3552) is also available for RHEL distributions.&lt;BR /&gt;I hope Qlik R&amp;amp;D will be able to clarify this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best regards,&lt;/P&gt;
&lt;P&gt;Joe Khoo&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 04:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158477#M8727</guid>
      <dc:creator>joekhoo</dc:creator>
      <dc:date>2024-01-05T04:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit Qlik Replicate UI Server IP address binding</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158609#M8735</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146744"&gt;@joekhoo&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;You are right. The Qlik Replicate Server (repctl.exe) does not use HTTP.SYS. It is a native C program that serves as a web server on port 3552.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 11:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158609#M8735</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-01-05T11:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit Qlik Replicate UI Server IP address binding</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158874#M8755</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Great. Thanks for that confirmation.&lt;/P&gt;
&lt;P&gt;A bit off topic from this thread, but for the benefit of anyone else also following this thread, we also have a case open with Qlik Support team on why the cipher configuration done at Windows level did not take effect for Qlik Replicate. It worked for Qlik Replicate UI but not Qlik Replicate. Case details below:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://safe.menlosecurity.com/https://community.qlik.com/t5/crmsupport/casepage/issue-id/00131468/issue-guid/5003z00002mhjCYAAY/issue-provider/salesforce" target="_blank"&gt;Case Details - Qlik Community (menlosecurity.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/163471"&gt;@sureshkumar&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As per Desmond's explanation, t&lt;SPAN&gt;he Qlik Replicate Server (repctl.exe) does not use HTTP.SYS and it is a native C program that serves as a web server on port 3552. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;That should explain why the configuration at Windows to disable the non-compliant ciphers did not take effect for Qlik Replicate Server. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In that case, we will need input from R&amp;amp;D, for Qlik Replicate Server, since it is serving as a web server itself on port 3552 and does not leverage on HTTP.SYS, then how would the OS level cipher configuration take effect on Qlik Replicate Server. And how do we disable the weak cipher for Qlik Replicate Server.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Joe Khoo&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jan 2024 14:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158874#M8755</guid>
      <dc:creator>joekhoo</dc:creator>
      <dc:date>2024-01-07T14:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit Qlik Replicate UI Server IP address binding</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158930#M8757</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146744"&gt;@joekhoo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;It seems that the Qlik Replicate UI Server (running on port 443) is designed to bind to all IP addresses on the server1. This is because the UI needs to be accessed not just from the server where Replicate is installed but from outside as well1.&lt;/P&gt;
&lt;P&gt;You were able to limit the IP address binding for the Qlik Replicate Server (running on port 3552) by adding an entry for “address”: “127.0.0.1” in the repctl.cfg file1. However, this method may not apply to the Qlik Replicate UI Server.&lt;/P&gt;
&lt;P&gt;As per my experience, the issue might be related to http.sys and it could be a Windows issue. You might want to look into that.&lt;/P&gt;
&lt;P&gt;I recommend reaching out to Qlik Support or consulting the official Qlik documentation. They might be able to provide more specific guidance or a workaround for your situation.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Deepak&lt;/P&gt;
&lt;LI-SPOILER&gt;&lt;EM&gt;&lt;FONT color="#808080"&gt;Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!&lt;/FONT&gt;&lt;/EM&gt;&lt;/LI-SPOILER&gt;
&lt;P&gt;&lt;BR /&gt;#Qlik Replicate&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 02:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158930#M8757</guid>
      <dc:creator>deepaksahirwar</dc:creator>
      <dc:date>2024-01-08T02:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit Qlik Replicate UI Server IP address binding</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158931#M8758</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146744"&gt;@joekhoo&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;There is no configuration for setting cipher on Replicate. Replicate checks which cipher can be used&amp;nbsp; at the OS level. If you remove cipher at OS level, it will be applied the same on the Replicate because OS is a higher layer than the application layer.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 02:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158931#M8758</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-01-08T02:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit Qlik Replicate UI Server IP address binding</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158934#M8759</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We have already removed the weak ciphers at the OS level and even got Microsoft Premium Support services to look into it and verify this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Furthermore, the ciphers did get removed for Replicate UI (443). But it is still not removed for Replicate Server (3552). Since Replicate Server does not use HTTP.SYS, that is why I suspect there may be another configuration that handles the ciphers for Replicate Server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best regards,&lt;/P&gt;
&lt;P&gt;Joe Khoo&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 03:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158934#M8759</guid>
      <dc:creator>joekhoo</dc:creator>
      <dc:date>2024-01-08T03:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit Qlik Replicate UI Server IP address binding</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158949#M8761</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146744"&gt;@joekhoo&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As cipher is not relevant to this thread, please create a new post in the forum for further discussion.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thanks,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 05:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-limit-Qlik-Replicate-UI-Server-IP-address-binding/m-p/2158949#M8761</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-01-08T05:09:55Z</dc:date>
    </item>
  </channel>
</rss>

