<?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: Connecting to a Qlik Sense Server through a RaspBerry PI in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Connecting-to-a-Qlik-Sense-Server-through-a-RaspBerry-PI/m-p/1604971#M11020</link>
    <description>&lt;P&gt;In order to complete the scenario, here is the complete flow of the evironment&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Predict_Schema.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15877i929243A15D048AA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Predict_Schema.PNG" alt="Predict_Schema.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;1. Traffic is initiated by the client to the RP. Client cannot access the internet: network is not routed&lt;BR /&gt;2. RP sends internal website data back to the client&lt;BR /&gt;3. Client wants to connect to Qlik Server App&lt;BR /&gt;4. RP contacts Qlik Sense Server on the internet passing client credentials&lt;BR /&gt;5. Qlik Sense gives back data with ticket authentication&lt;BR /&gt;6. Ticket is given back to the client&lt;BR /&gt;7. Client communicates to the RP and the RP proxies requests to the Qlik Sense Server&lt;BR /&gt;8. Data requests are given back to the client through the proxy (static content, css, js, ...)&lt;BR /&gt;9. Traffic though the websocket is initiated but response is&lt;BR /&gt;&lt;BR /&gt;500 Unable to route to 'http' request to the following url https://raspberry PI ip:7443/sense/app/app guid ....&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2019 07:41:37 GMT</pubDate>
    <dc:creator>antrtiz001</dc:creator>
    <dc:date>2019-07-23T07:41:37Z</dc:date>
    <item>
      <title>Connecting to a Qlik Sense Server through a RaspBerry PI</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Connecting-to-a-Qlik-Sense-Server-through-a-RaspBerry-PI/m-p/1604566#M11009</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;we are trying to connect to Qlik Sense Server through a RaspBerry PI that holds a private website and rises a private Wi-Fi network.&lt;BR /&gt;A sample Client connects to the private Wi-Fi network, obtains a private IP address through a DHCP engine and then navigates to the private website.&lt;BR /&gt;This website collects data from an external application reached through the internet.&lt;BR /&gt;When accessing the private website, the client is also given access to a remote Qlik Sense Server through a Ticket autentication&lt;/P&gt;&lt;P&gt;Setting proxy info on the RaspBerry PI, all the traffic is correctly sent to the Qlik Sense Server but communications stop when opening the Qlik Sense WebSocket&lt;/P&gt;&lt;P&gt;Qlik Sense server environment (here named serversensefqdn.it) works on port 7443 and has implemented ticket autentication proxy.&lt;BR /&gt;All Qlik Sense static objects are returned correctly while websocket data are not. Error using websocket is "500 Unable to route to 'http' request to the following url:&lt;BR /&gt;&lt;BR /&gt;https://raspberry PI ip:7443/sense/app/app guid ....&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the RaspBerry PI Settings:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;lt; VirtualHost *:7443&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;ProxyPreserveHost On&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;ProxyPass / &lt;A href="https://serversensefqdn.it:7443/" target="_blank"&gt;https://serversensefqdn.it:7443/&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;ProxyPassReverse / &lt;A href="https://serversensefqdn.it:7443/" target="_blank"&gt;https://serversensefqdn.it:7443/&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;KeepAlive On&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;SSLEngine On&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;SSLProxyEngine On&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;SSLProxyVerify None&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;SSLProxyCheckPeerCN Off&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;SSLProxyCheckPeerName Off&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;SSLProxyCheckPeerExpire Off&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;ProxyRequests Off&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;SSLCertificateFile /var/www/html/myproject/sso/client.pem&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;SSLCertificateKeyFile /var/www/html/myproject/sso/client_key.pem&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;RewriteEngine On&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;RewriteCond %{HTTP:Upgrade} =websocket&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;RewriteRule /(.*) &lt;A href="https://serversensefqdn.it:7443/$1" target="_blank"&gt;https://serversensefqdn.it:7443/$1&lt;/A&gt; [P,L]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;RewriteCond %{HTTP:Upgrade} !=websocket&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;RewriteRule /(.*) &lt;A href="https://serversensefqdn.it:7443/$1" target="_blank"&gt;https://serversensefqdn.it:7443/$1&lt;/A&gt; [P,L]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;ProxyPass /app/ wss://serversensefqdn.it:7443/app/ retry=0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;ProxyPassReverse /app/ wss://serversensefqdn.it:7443/app/ retry=0&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;ProxyPass /hub/qrsData wss://serversensefqdn.it:7443/hub/qrsData retry=1 acquire=3000 timeout=600 Keepalive=On&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;ProxyPassReverse /hub/qrsData wss://serversensefqdn.it:7443/hub/qrsData&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;ProxyPass /form/ &lt;A href="https://serversensefqdn.it:4244/form/" target="_blank"&gt;https://serversensefqdn.it:4244/form/&lt;/A&gt; retry=1 acquire=3000 timeout=600 Keepalive=On&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;ProxyPassReverse /form/ &lt;A href="https://serversensefqdn.it:4244/form/" target="_blank"&gt;https://serversensefqdn.it:4244/form/&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;ProxyPass / &lt;A href="https://serversensefqdn.it:7443/" target="_blank"&gt;https://serversensefqdn.it:7443/&lt;/A&gt; retry=1 acquire=3000 timeout=600 Keepalive=On&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;ProxyPassReverse / &lt;A href="https://serversensefqdn.it:7443/" target="_blank"&gt;https://serversensefqdn.it:7443/&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;ErrorLog ${APACHE_LOG_DIR}/ssl.error.log&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;CustomLog ${APACHE_LOG_DIR}/ssl.access.log combined&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;lt;/VirtualHost&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone help me through this problem?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thans in advance&lt;/P&gt;&lt;P&gt;Antonio Rizzelli&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 11:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Connecting-to-a-Qlik-Sense-Server-through-a-RaspBerry-PI/m-p/1604566#M11009</guid>
      <dc:creator>antrtiz001</dc:creator>
      <dc:date>2019-07-22T11:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to a Qlik Sense Server through a RaspBerry PI</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Connecting-to-a-Qlik-Sense-Server-through-a-RaspBerry-PI/m-p/1604971#M11020</link>
      <description>&lt;P&gt;In order to complete the scenario, here is the complete flow of the evironment&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Predict_Schema.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15877i929243A15D048AA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Predict_Schema.PNG" alt="Predict_Schema.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;1. Traffic is initiated by the client to the RP. Client cannot access the internet: network is not routed&lt;BR /&gt;2. RP sends internal website data back to the client&lt;BR /&gt;3. Client wants to connect to Qlik Server App&lt;BR /&gt;4. RP contacts Qlik Sense Server on the internet passing client credentials&lt;BR /&gt;5. Qlik Sense gives back data with ticket authentication&lt;BR /&gt;6. Ticket is given back to the client&lt;BR /&gt;7. Client communicates to the RP and the RP proxies requests to the Qlik Sense Server&lt;BR /&gt;8. Data requests are given back to the client through the proxy (static content, css, js, ...)&lt;BR /&gt;9. Traffic though the websocket is initiated but response is&lt;BR /&gt;&lt;BR /&gt;500 Unable to route to 'http' request to the following url https://raspberry PI ip:7443/sense/app/app guid ....&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 07:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Connecting-to-a-Qlik-Sense-Server-through-a-RaspBerry-PI/m-p/1604971#M11020</guid>
      <dc:creator>antrtiz001</dc:creator>
      <dc:date>2019-07-23T07:41:37Z</dc:date>
    </item>
  </channel>
</rss>

