<?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: Configure QRS certificate on Sense Server in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Configure-QRS-certificate-on-Sense-Server/m-p/905806#M4201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, I got response from the Qlik Sense team:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;you cannot change those certificates, they are generated by the Qlik Sense Installation itself which will detect and remove and regenerate invalid certificates. Additionally the root certificate is used to unlock the secured parts of the repository and so changing it will break the Sense installation. This makes it extremely important to ensure that the root certificate is backed up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;&lt;A href="http://help.qlik.com/sense/2.0/en-US/online/#../Subsystems/PlanningQlikSenseDeployments/Content/Server/Server-Security-Authentication-Certificate-Trust-Architecture.htm"&gt;http://help.qlik.com/sense/2.0/en-US/online/#../Subsystems/PlanningQlikSenseDeployments/Content/Server/Server-Security-Authentication-Certificate-Trust-Architecture.htm&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Sep 2015 06:55:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-16T06:55:16Z</dc:date>
    <item>
      <title>Configure QRS certificate on Sense Server</title>
      <link>https://community.qlik.com/t5/Management-Governance/Configure-QRS-certificate-on-Sense-Server/m-p/905801#M4196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've successfully changed the SSL browser certificate thumbprint in the QMC. The new certificate is used when I open the hub or qmc in my browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the server certificate returned when I call the QRS (on port 4242) isn't changed. The QRS still uses the certificate that's generated by Qlik. Is there a way to configure the certificate that's used by the QRS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Danny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 12:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Configure-QRS-certificate-on-Sense-Server/m-p/905801#M4196</guid>
      <dc:creator />
      <dc:date>2015-05-21T12:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Configure QRS certificate on Sense Server</title>
      <link>https://community.qlik.com/t5/Management-Governance/Configure-QRS-certificate-on-Sense-Server/m-p/905802#M4197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Danny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you contacting QRS?&amp;nbsp; Are you using ticketing, header, or session auth to connect?&amp;nbsp; What tools are you using to identify the QRS is using the Qlik generated certs.&amp;nbsp; I'd like to do some testing with this so any information you may be able to supply is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 18:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Configure-QRS-certificate-on-Sense-Server/m-p/905802#M4197</guid>
      <dc:creator />
      <dc:date>2015-05-21T18:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Configure QRS certificate on Sense Server</title>
      <link>https://community.qlik.com/t5/Management-Governance/Configure-QRS-certificate-on-Sense-Server/m-p/905803#M4198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeffrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use a .NET REST client (&lt;A href="http://restsharp.org/" title="http://restsharp.org/"&gt;http://restsharp.org/&lt;/A&gt;) to communicate with the QRS, similar to the example shown here: &lt;A href="http://help.qlik.com/sense/en-us/developer/#../Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Example-Connect-DotNet-Certificates.htm" title="http://help.qlik.com/sense/en-us/developer/#../Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Example-Connect-DotNet-Certificates.htm"&gt;http://help.qlik.com/sense/en-us/developer/#../Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositorySe…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to get rid of the following line of code:&lt;/P&gt;&lt;P&gt;ServicePointManager.ServerCertificateValidationCallback += (sender, certificate, chain, errors) =&amp;gt; true;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I can add the Qlik certificate to the certificates store of the client making the request. Then the code above is no longer needed to make things work. However, I'd like to be able to add additional 'qlik sense clients' to my solution, without adding certificates to the client's certificate store. That's why I'd like to use a certificate issued by an authority that's already trusted by all clients in my domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I found that the Qlik certificate is still being used by opening the QRS url (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://myqlikserver.com:4242" rel="nofollow"&gt;https://myqlikserver.com:4242&lt;/A&gt;&lt;SPAN&gt;) in my browser and viewing the certificate information that's sent by the server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same certificate info is visible when I put a breakpoint in the &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ServerCertificateValidationCallback delegate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Danny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 07:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Configure-QRS-certificate-on-Sense-Server/m-p/905803#M4198</guid>
      <dc:creator />
      <dc:date>2015-05-22T07:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Configure QRS certificate on Sense Server</title>
      <link>https://community.qlik.com/t5/Management-Governance/Configure-QRS-certificate-on-Sense-Server/m-p/905804#M4199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about using a wildcard server cert? If you change the server cert the Sense servers use through the security thumbprint then I think you can get rid of of the ServicePointManager call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I imagine that may work the way you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 15:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Configure-QRS-certificate-on-Sense-Server/m-p/905804#M4199</guid>
      <dc:creator />
      <dc:date>2015-05-22T15:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Configure QRS certificate on Sense Server</title>
      <link>https://community.qlik.com/t5/Management-Governance/Configure-QRS-certificate-on-Sense-Server/m-p/905805#M4200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I've used the thumbprint of our wildcard certificate. But the server certificate used when calling the qrs on port 4242 is still the auto-generated qlik certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even when I remove this certificate from the server's certificate store, next time I connect, a new certificate is generated and used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 18:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Configure-QRS-certificate-on-Sense-Server/m-p/905805#M4200</guid>
      <dc:creator />
      <dc:date>2015-05-25T18:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Configure QRS certificate on Sense Server</title>
      <link>https://community.qlik.com/t5/Management-Governance/Configure-QRS-certificate-on-Sense-Server/m-p/905806#M4201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, I got response from the Qlik Sense team:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;you cannot change those certificates, they are generated by the Qlik Sense Installation itself which will detect and remove and regenerate invalid certificates. Additionally the root certificate is used to unlock the secured parts of the repository and so changing it will break the Sense installation. This makes it extremely important to ensure that the root certificate is backed up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;&lt;A href="http://help.qlik.com/sense/2.0/en-US/online/#../Subsystems/PlanningQlikSenseDeployments/Content/Server/Server-Security-Authentication-Certificate-Trust-Architecture.htm"&gt;http://help.qlik.com/sense/2.0/en-US/online/#../Subsystems/PlanningQlikSenseDeployments/Content/Server/Server-Security-Authentication-Certificate-Trust-Architecture.htm&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 06:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Configure-QRS-certificate-on-Sense-Server/m-p/905806#M4201</guid>
      <dc:creator />
      <dc:date>2015-09-16T06:55:16Z</dc:date>
    </item>
  </channel>
</rss>

