<?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: SSL for EC2 instance with Qlik Web Connector in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SSL-for-EC2-instance-with-Qlik-Web-Connector/m-p/1285957#M6544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never mind, I solved my own problem, enabled the inbound security group rule to enable 5556 for traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would be great to have a list of outbound rules to be enabled for EC2 instance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps followed&lt;/P&gt;&lt;P&gt;1. Bind SSL Certificate;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Check that certificate is not bound already&lt;/STRONG&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;netsh http show sslcert ipport=0.0.0.0:5556&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;bind the certificate - &lt;/STRONG&gt;netsh http add sslcert ipport=0.0.0.0:5556 certhash=‎(your certificate thumbprint from Certificates snap in in MMC) appid={004FC337-C805-4623-8E5B-B2FCE18F0719}&lt;OL&gt;&lt;LI&gt;The Guid above i did not change&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;netsh http show sslcert ipport=0.0.0.0:5556 to confirm the certificate is bound&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Test on the AWS EC2 instance locally using &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://machinename:5556/web" rel="nofollow" target="_blank"&gt;https://machinename:5556/web&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I used Elastic IP for my case and for external machine used &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://el.as.tic.ip:5556/web" rel="nofollow" target="_blank"&gt;http://el.as.tic.ip:5556/web&lt;/A&gt;&lt;SPAN&gt; and it worked just like the documentation mentions. Based on browser you can Store the Exception permanently or handle based on your browser design and personal preferences&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jan 2017 15:48:16 GMT</pubDate>
    <dc:creator>avastani</dc:creator>
    <dc:date>2017-01-06T15:48:16Z</dc:date>
    <item>
      <title>SSL for EC2 instance with Qlik Web Connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SSL-for-EC2-instance-with-Qlik-Web-Connector/m-p/1285956#M6543</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;has anyone managed to run an AWS instance of Qlik Web Connector over SSL? Would welcome any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have managed to run and bind my connector over SSL but it only works if I am within the EC2 instance, as the certificate is based on Computer Name whereas my AWS instance uses Elastic IP for access externally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the same certificate that is created by QlikSense installation and skipping the makecert and pvk2pfx steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a reference to running the connector over SSL from the old QVSource days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.qvsource.com/Running-Over-SSL.ashx" title="http://wiki.qvsource.com/Running-Over-SSL.ashx" target="_blank"&gt;Running Over SSL - QVSource: The QlikView &amp;amp; Qlik Sense API Connector (Docs)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Apr 2021 07:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SSL-for-EC2-instance-with-Qlik-Web-Connector/m-p/1285956#M6543</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2021-04-02T07:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: SSL for EC2 instance with Qlik Web Connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SSL-for-EC2-instance-with-Qlik-Web-Connector/m-p/1285957#M6544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never mind, I solved my own problem, enabled the inbound security group rule to enable 5556 for traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would be great to have a list of outbound rules to be enabled for EC2 instance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps followed&lt;/P&gt;&lt;P&gt;1. Bind SSL Certificate;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Check that certificate is not bound already&lt;/STRONG&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;netsh http show sslcert ipport=0.0.0.0:5556&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;bind the certificate - &lt;/STRONG&gt;netsh http add sslcert ipport=0.0.0.0:5556 certhash=‎(your certificate thumbprint from Certificates snap in in MMC) appid={004FC337-C805-4623-8E5B-B2FCE18F0719}&lt;OL&gt;&lt;LI&gt;The Guid above i did not change&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;netsh http show sslcert ipport=0.0.0.0:5556 to confirm the certificate is bound&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Test on the AWS EC2 instance locally using &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://machinename:5556/web" rel="nofollow" target="_blank"&gt;https://machinename:5556/web&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I used Elastic IP for my case and for external machine used &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://el.as.tic.ip:5556/web" rel="nofollow" target="_blank"&gt;http://el.as.tic.ip:5556/web&lt;/A&gt;&lt;SPAN&gt; and it worked just like the documentation mentions. Based on browser you can Store the Exception permanently or handle based on your browser design and personal preferences&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 15:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SSL-for-EC2-instance-with-Qlik-Web-Connector/m-p/1285957#M6544</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2017-01-06T15:48:16Z</dc:date>
    </item>
  </channel>
</rss>

