<?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>article How to configure the QlikView Management Console (QMC) to use HTTPS in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-configure-the-QlikView-Management-Console-QMC-to-use/ta-p/1712063</link>
    <description>&lt;P&gt;How to configure the QlikView Management Console (QMC) to use HTTPS.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV style="margin-left: 40px;"&gt;QlikView 11.20&lt;BR /&gt;QlikView 12.00 to 12.10&lt;BR /&gt;QlikView November 2017 (12.20) and up&lt;BR /&gt;QlikView November 2018 (12.30) and up&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;STRONG&gt;Resolution:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before starting, there is a first thing to consider: &lt;STRONG&gt;What certificate would you like to use?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;There are 3 types of certificates:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Commercial certificates
&lt;UL&gt;
&lt;LI&gt;Commercial certificate is trusted by most of devices in the world.&lt;/LI&gt;
&lt;LI&gt;It can only be purchased from one of many public Certificate Authorities&amp;nbsp;such as Comodo or GlobalSign&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Corporate certificates
&lt;UL&gt;
&lt;LI&gt;Corporate certificate is trusted by devices within the organization.&lt;/LI&gt;
&lt;LI&gt;It can only be issued by the exact organization's IT department.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Self-signed certificates
&lt;UL&gt;
&lt;LI&gt;Self-signed certificates is trusted by the machine which issued the certificate. By default it is not trusted by any other devices unless special configuration is done.&lt;/LI&gt;
&lt;LI&gt;It can be generated on Windows Server by either IIS, or&amp;nbsp;PowerShell commands or other tools. Via IIS, find the option under Servername &amp;gt; Server Certificates &amp;gt; Create Self-Signed Certificate. Make sure to set its use for "Web Hosting". This certificate will be placed under the Certificate's snap-in &amp;gt; Local Computer &amp;gt; Trusted Root Certification Authorities &amp;gt; Certificates. It will need to be copied to Personal &amp;gt; Certificates via the Certificate snap-in. (Run &amp;gt; mmc &amp;gt; Add snap-in).&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;This article includes instructions for Self-signed certificates only.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;One obstacle is how to create a Self-signed&amp;nbsp;certificate on a server that does not have IIS installed?&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;If the Qlikview Management Service is installed on a server that does have IIS, you have several options. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;1. &amp;nbsp;You can temporarily install IIS role, open IIS and select Server Certificates to create a self signed certificate. &amp;nbsp;Once you are done with the install and binding using netsh you can remove IIS role from the server&lt;BR /&gt;&lt;BR /&gt;2. &amp;nbsp;There are other&amp;nbsp;server certificate tools available that can be used in lieu of installing the IIS role temporarily to generate the self signed certificate.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.mcbsys.com/blog/2016/11/generate-an-ssl-certificate-request-without-iis/" target="_blank" rel="noopener"&gt;http://www.mcbsys.com/blog/2016/11/generate-an-ssl-certificate-request-without-iis/&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.digicert.com/util/csr-creation-microsoft-servers-using-digicert-utility.htm" target="_blank" rel="noopener"&gt;https://www.digicert.com/util/csr-creation-microsoft-servers-using-digicert-utility.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 1: Install the Certificate in the Local Certificate Store, and implement SSL by binding the certificate in the host operating system.&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Example command line prompt:&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="margin-left: 40px;"&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;netsh http add sslcert ipport=0.0.0.0:&lt;STRONG&gt;4780 &lt;/STRONG&gt;certhash=08c871933a58e072fed7ad65e2db6d5ad3eaf9fa appid={c749f5d4-272b-44db-9d63-78f7265eb04a}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Note1: the actual IP address of the server may need to be used instead of 0.0.0.0 when performing the binding, if access should be restricted. If not, 0.0.0.0 is correct.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Note2: the &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;appid &lt;/SPAN&gt;value is a guid that can be generated by any compatible guid generator&amp;nbsp;&lt;BR /&gt;Note3: It is common to receive an error &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;"The parameter is incorrect"&lt;/SPAN&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;. See some reasons &lt;A href="https://stackoverflow.com/questions/779228/the-parameter-is-incorrect-error-using-netsh-http-add-sslcert" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. The most common reason is due to an invisible character in front of the Thumbnail string that comes from copying the text from the certificate properties. This can be confirmed and fixed by pasting the string to a text editor, and hitting the delete and/or backspace with the cursor in front of the string. If nothing happens when the delete key is pressed, the character was just removed. The second time Delete is pressed should delete the next character which confirms the issue.&lt;BR /&gt;Note4: To get current cert bindings type &lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;netsh http show sslcert&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left: 40px;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 2: Enabling the use of HTTPS in the Management Console.&lt;/STRONG&gt;&lt;/H4&gt;
&lt;DIV style="margin-left: 40px;"&gt;Stop the QlikView Management Console&amp;nbsp;&lt;BR /&gt;Open the file&amp;nbsp;C:\Program Files\QlikView\Management Service\&lt;STRONG&gt;QVManagementService.exe.config&lt;/STRONG&gt;&lt;BR /&gt;Modify the following tag:&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&amp;lt;add key="UseHTTPS" value="&lt;STRONG&gt;True&lt;/STRONG&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left: 80px;"&gt;Find the section &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;lt;!-- ****** QlikView Management Service - FRONTEND ****** --&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left: 80px;"&gt;Set the value to the port the certificate was bound to in the following tag:&amp;nbsp;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;lt;add key="QMSFrontendWebServicePort" value="&lt;STRONG&gt;YOURPORT&lt;/STRONG&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left: 40px;"&gt;Restart QlikView Management Console and access it through &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;https://&lt;STRONG&gt;YOURHOSTNAME or CERTIFICATENAME&lt;/STRONG&gt;:&lt;STRONG&gt;YOURPORT&lt;/STRONG&gt;/qmc&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Tue, 02 Mar 2021 14:17:50 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2021-03-02T14:17:50Z</dc:date>
    <item>
      <title>How to configure the QlikView Management Console (QMC) to use HTTPS</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-configure-the-QlikView-Management-Console-QMC-to-use/ta-p/1712063</link>
      <description>&lt;P&gt;How to configure the QlikView Management Console (QMC) to use HTTPS.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV style="margin-left: 40px;"&gt;QlikView 11.20&lt;BR /&gt;QlikView 12.00 to 12.10&lt;BR /&gt;QlikView November 2017 (12.20) and up&lt;BR /&gt;QlikView November 2018 (12.30) and up&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;STRONG&gt;Resolution:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before starting, there is a first thing to consider: &lt;STRONG&gt;What certificate would you like to use?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;There are 3 types of certificates:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Commercial certificates
&lt;UL&gt;
&lt;LI&gt;Commercial certificate is trusted by most of devices in the world.&lt;/LI&gt;
&lt;LI&gt;It can only be purchased from one of many public Certificate Authorities&amp;nbsp;such as Comodo or GlobalSign&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Corporate certificates
&lt;UL&gt;
&lt;LI&gt;Corporate certificate is trusted by devices within the organization.&lt;/LI&gt;
&lt;LI&gt;It can only be issued by the exact organization's IT department.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Self-signed certificates
&lt;UL&gt;
&lt;LI&gt;Self-signed certificates is trusted by the machine which issued the certificate. By default it is not trusted by any other devices unless special configuration is done.&lt;/LI&gt;
&lt;LI&gt;It can be generated on Windows Server by either IIS, or&amp;nbsp;PowerShell commands or other tools. Via IIS, find the option under Servername &amp;gt; Server Certificates &amp;gt; Create Self-Signed Certificate. Make sure to set its use for "Web Hosting". This certificate will be placed under the Certificate's snap-in &amp;gt; Local Computer &amp;gt; Trusted Root Certification Authorities &amp;gt; Certificates. It will need to be copied to Personal &amp;gt; Certificates via the Certificate snap-in. (Run &amp;gt; mmc &amp;gt; Add snap-in).&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;This article includes instructions for Self-signed certificates only.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;One obstacle is how to create a Self-signed&amp;nbsp;certificate on a server that does not have IIS installed?&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;If the Qlikview Management Service is installed on a server that does have IIS, you have several options. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;1. &amp;nbsp;You can temporarily install IIS role, open IIS and select Server Certificates to create a self signed certificate. &amp;nbsp;Once you are done with the install and binding using netsh you can remove IIS role from the server&lt;BR /&gt;&lt;BR /&gt;2. &amp;nbsp;There are other&amp;nbsp;server certificate tools available that can be used in lieu of installing the IIS role temporarily to generate the self signed certificate.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.mcbsys.com/blog/2016/11/generate-an-ssl-certificate-request-without-iis/" target="_blank" rel="noopener"&gt;http://www.mcbsys.com/blog/2016/11/generate-an-ssl-certificate-request-without-iis/&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.digicert.com/util/csr-creation-microsoft-servers-using-digicert-utility.htm" target="_blank" rel="noopener"&gt;https://www.digicert.com/util/csr-creation-microsoft-servers-using-digicert-utility.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 1: Install the Certificate in the Local Certificate Store, and implement SSL by binding the certificate in the host operating system.&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Example command line prompt:&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="margin-left: 40px;"&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;netsh http add sslcert ipport=0.0.0.0:&lt;STRONG&gt;4780 &lt;/STRONG&gt;certhash=08c871933a58e072fed7ad65e2db6d5ad3eaf9fa appid={c749f5d4-272b-44db-9d63-78f7265eb04a}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Note1: the actual IP address of the server may need to be used instead of 0.0.0.0 when performing the binding, if access should be restricted. If not, 0.0.0.0 is correct.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Note2: the &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;appid &lt;/SPAN&gt;value is a guid that can be generated by any compatible guid generator&amp;nbsp;&lt;BR /&gt;Note3: It is common to receive an error &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;"The parameter is incorrect"&lt;/SPAN&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;. See some reasons &lt;A href="https://stackoverflow.com/questions/779228/the-parameter-is-incorrect-error-using-netsh-http-add-sslcert" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. The most common reason is due to an invisible character in front of the Thumbnail string that comes from copying the text from the certificate properties. This can be confirmed and fixed by pasting the string to a text editor, and hitting the delete and/or backspace with the cursor in front of the string. If nothing happens when the delete key is pressed, the character was just removed. The second time Delete is pressed should delete the next character which confirms the issue.&lt;BR /&gt;Note4: To get current cert bindings type &lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;netsh http show sslcert&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left: 40px;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 2: Enabling the use of HTTPS in the Management Console.&lt;/STRONG&gt;&lt;/H4&gt;
&lt;DIV style="margin-left: 40px;"&gt;Stop the QlikView Management Console&amp;nbsp;&lt;BR /&gt;Open the file&amp;nbsp;C:\Program Files\QlikView\Management Service\&lt;STRONG&gt;QVManagementService.exe.config&lt;/STRONG&gt;&lt;BR /&gt;Modify the following tag:&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&amp;lt;add key="UseHTTPS" value="&lt;STRONG&gt;True&lt;/STRONG&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left: 80px;"&gt;Find the section &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;lt;!-- ****** QlikView Management Service - FRONTEND ****** --&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left: 80px;"&gt;Set the value to the port the certificate was bound to in the following tag:&amp;nbsp;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;lt;add key="QMSFrontendWebServicePort" value="&lt;STRONG&gt;YOURPORT&lt;/STRONG&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left: 40px;"&gt;Restart QlikView Management Console and access it through &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;https://&lt;STRONG&gt;YOURHOSTNAME or CERTIFICATENAME&lt;/STRONG&gt;:&lt;STRONG&gt;YOURPORT&lt;/STRONG&gt;/qmc&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Mar 2021 14:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-configure-the-QlikView-Management-Console-QMC-to-use/ta-p/1712063</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-03-02T14:17:50Z</dc:date>
    </item>
  </channel>
</rss>

