<?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: HTTPS on Qlikview Server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1561787#M744216</link>
    <description>&lt;P&gt;This means that the server is listening on port 443, it won't specify what URL it is available on, or what URL the certificate is for.&lt;/P&gt;
&lt;P&gt;Have you tried accessing &lt;STRONG&gt;https://localhost/qlikview&lt;/STRONG&gt;&amp;nbsp;(typed exactly like this) from the machine directly where the WebServer is hosted?&lt;/P&gt;
&lt;P&gt;Or &lt;STRONG&gt;https://YOURIPHERE/qlikview&lt;/STRONG&gt; (where YOURIP is the IP address returned when you do ipconfig&amp;nbsp;in the command prompt on that server)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Mar 2019 10:15:17 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2019-03-27T10:15:17Z</dc:date>
    <item>
      <title>HTTPS on Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1559786#M744209</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have just successfully installed an SSL on a QlikSense server which was quite straightforward.&lt;/P&gt;&lt;P&gt;We have a wildcard SSL - so I wish to install the same&amp;nbsp; Cert on a separate QlikvView Server.&amp;nbsp; I have copied it across and installed in via the MMC.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As well as selected port 443 and ticking HTTPS in QMC&amp;nbsp; - what else do I have to do to ensure it works?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thans,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1559786#M744209</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2024-11-16T21:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS on Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1559805#M744210</link>
      <description>&lt;P&gt;Hey Phil,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;First, you need to bind the Cert to the port, so just as you did for the Qlik Sense server get the thumbprint from the certificate.&lt;/LI&gt;&lt;LI&gt;Open the command prompt as administrator&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Enter the folling command&lt;UL&gt;&lt;LI&gt;netsh http add sslcert ipport=0.0.0.0:443 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6 appid={00112233-4455-6677-8899-AABBCCDDEEFF}&lt;/LI&gt;&lt;LI&gt;The IP Address listed above is the IP Address that should be used, do not use the actual IP of the machine&lt;/LI&gt;&lt;LI&gt;The certhash parameter specifies the thumbprint of the certificate.&lt;/LI&gt;&lt;LI&gt;The appid parameter is a GUID that can be used to identify the owning application, you can use any GUID generator to get one.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;To verify the registration of the certificate, use netsh http show sslcert.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 21 Mar 2019 20:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1559805#M744210</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2019-03-21T20:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS on Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1559822#M744211</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;I've done as you have suggested and my powershell output is&lt;/P&gt;&lt;P&gt;SSL Certificate bindings:&lt;BR /&gt;-------------------------&lt;/P&gt;&lt;P&gt;IP:port : 0.0.0.0:443&lt;BR /&gt;Certificate Hash : fdxxxxxxxxxxxxxxxxxxxxx0&lt;BR /&gt;Application ID : {4fxxxxxxx-fxxxxxxxx1-xxx1-7bxxxxxxxxxxx43}&lt;BR /&gt;Certificate Store Name : (null)&lt;BR /&gt;Verify Client Certificate Revocation : Enabled&lt;BR /&gt;Verify Revocation Using Cached Client Certificate Only : Disabled&lt;BR /&gt;Usage Check : Enabled&lt;BR /&gt;Revocation Freshness Time : 0&lt;BR /&gt;URL Retrieval Timeout : 0&lt;BR /&gt;Ctl Identifier : (null)&lt;BR /&gt;Ctl Store Name : (null)&lt;BR /&gt;DS Mapper Usage : Disabled&lt;/P&gt;&lt;P&gt;I have also checked port 443 / Https in QMC and restarted the services.&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; also checked that the inbound rule for port 443 is open on the firewall.&lt;/P&gt;&lt;P&gt;When i then try https://myip&amp;nbsp; , I get :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This site can’t be reached&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The connection was reset.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Checking the connection&lt;/LI&gt;&lt;LI&gt;&lt;A href="chrome-error://chromewebdata/#buttons" target="_blank" rel="noopener"&gt;Checking the proxy and the firewall&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;DIV class="error-code"&gt;ERR_CONNECTION_RESET&lt;/DIV&gt;&lt;DIV class="error-code"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="error-code"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="error-code"&gt;Any ideas?&lt;/DIV&gt;&lt;DIV class="error-code"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="error-code"&gt;Much appreciated.&lt;/DIV&gt;&lt;DIV class="error-code"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="error-code"&gt;Phil&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 22:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1559822#M744211</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2019-03-21T22:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS on Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1559829#M744212</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you try https://yourAddress/Qlikview&lt;/P&gt;&lt;P&gt;I don't think Qlikview server will automatically redirect you to the access point so you have to be specific.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 00:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1559829#M744212</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2019-03-22T00:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS on Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1559966#M744213</link>
      <description>&lt;P&gt;Hello Phil,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14016"&gt;@chriscammers&lt;/a&gt;&amp;nbsp;has been spot on so far in all the instructions given to you, and it sounds like you followed them correctly. His suggestion on the URL is also spot on. It needs to be the full path to the AccessPoint, including the /qlikview path in the URL.&lt;/P&gt;
&lt;P&gt;You can cross check against one of our articles around that, which also includes a hint on how to check the logs afterwards to verify if the QlikView webserver has bound itself correctly to port 443. See &lt;A href="https://qliksupport.force.com/articles/000002484" target="_blank" rel="noopener"&gt;here (000002484)&lt;/A&gt; for details.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Sonja&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 08:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1559966#M744213</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2019-03-22T08:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS on Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1560115#M744214</link>
      <description>Thanks Sonja!</description>
      <pubDate>Fri, 22 Mar 2019 13:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1560115#M744214</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2019-03-22T13:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS on Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1560126#M744215</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your suggestions...&lt;/P&gt;&lt;P&gt;Here is the most recent lof entry :&lt;/P&gt;&lt;P&gt;20190322T135529.579+0000 Information Configured directories&lt;BR /&gt;20190322T135529.580+0000 Information Load Settings from: C:\ProgramData\QlikTech\WebServer\config.xml&lt;BR /&gt;20190322T135529.637+0000 Information register prefix: "https://+:443/qvajaxzfc/"&lt;BR /&gt;20190322T135529.638+0000 Information register prefix: "https://+:443/scripts/"&lt;BR /&gt;20190322T135529.638+0000 Information register prefix: "https://+:443/qlikview/"&lt;BR /&gt;20190322T135529.638+0000 Information register prefix: "https://+:443/qvdesktop/"&lt;BR /&gt;20190322T135529.638+0000 Information register prefix: "https://+:443/qvplugin/"&lt;BR /&gt;20190322T135529.639+0000 Information register prefix: "https://+:443/"&lt;BR /&gt;20190322T135529.654+0000 Information Start normally.&lt;BR /&gt;20190322T135529.662+0000 Information Connect to server: myserver&lt;BR /&gt;20190322T135529.799+0000 Information Success Connect to: myserver&lt;BR /&gt;20190322T135529.802+0000 Information Sending to 'myserver:4747': &amp;lt;Global method="QvVersion"&amp;gt;&amp;lt;/Global&amp;gt;&lt;BR /&gt;20190322T135529.805+0000 Information Received from 'myserver:4747': &amp;lt;Global&amp;gt;&amp;lt;_retval_&amp;gt;12.30.20000.0&amp;lt;/_retval_&amp;gt;&amp;lt;/Global&amp;gt;&lt;BR /&gt;20190322T135529.808+0000 Information Attempting to start QVWS soap server at port 4750...&lt;BR /&gt;20190322T135529.850+0000 Information Service host started.&lt;BR /&gt;20190322T135543.603+0000 Information Load Settings from: C:\ProgramData\QlikTech\WebServer\config.xml&lt;BR /&gt;20190322T135614.053+0000 Information Load Settings from: C:\ProgramData\QlikTech\WebServer\config.xml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does it matter that we have a wildcard SLL *.mydomain.com ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm still getting a This Site Can't be Reached Error.... even when trying &lt;A href="https://myserver.com/qlikview" target="_blank"&gt;https://myserver.com/qlikview&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 14:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1560126#M744215</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2019-03-22T14:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS on Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1561787#M744216</link>
      <description>&lt;P&gt;This means that the server is listening on port 443, it won't specify what URL it is available on, or what URL the certificate is for.&lt;/P&gt;
&lt;P&gt;Have you tried accessing &lt;STRONG&gt;https://localhost/qlikview&lt;/STRONG&gt;&amp;nbsp;(typed exactly like this) from the machine directly where the WebServer is hosted?&lt;/P&gt;
&lt;P&gt;Or &lt;STRONG&gt;https://YOURIPHERE/qlikview&lt;/STRONG&gt; (where YOURIP is the IP address returned when you do ipconfig&amp;nbsp;in the command prompt on that server)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 10:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1561787#M744216</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2019-03-27T10:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS on Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1569954#M744217</link>
      <description>&lt;P&gt;One point of clarification, as I do not see that anyone clarified this, are you using the QlikView Web Server service or the QlikView Settings service in this case?&amp;nbsp; The latter would be used with the IIS web server, and if you are using IIS, then the cert needs to be configured via the IIS Manager etc.&amp;nbsp; Just wanted to be sure we had not missed something easy on this one.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 12:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HTTPS-on-Qlikview-Server/m-p/1569954#M744217</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-04-16T12:24:55Z</dc:date>
    </item>
  </channel>
</rss>

