<?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: TAC shows a blank page when accessed through AWS Elastic Load Balancer in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/TAC-shows-a-blank-page-when-accessed-through-AWS-Elastic-Load/m-p/2346795#M328</link>
    <description>&lt;P&gt;TI had to clear the temp and work folders and i worked fine after a restart!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your help!&lt;/P&gt;</description>
    <pubDate>Thu, 20 Sep 2018 08:00:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-20T08:00:10Z</dc:date>
    <item>
      <title>TAC shows a blank page when accessed through AWS Elastic Load Balancer</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/TAC-shows-a-blank-page-when-accessed-through-AWS-Elastic-Load/m-p/2346791#M324</link>
      <description>&lt;P&gt;I've recently installed a TAC server in AWS and placed behind an Elastic Load Balancer (ELB).&amp;nbsp; The ELB directs port 80 incoming to port 80 on the TAC server; it also passes 443 (https) traffic to port 80 on the TAC server. When I access &lt;A href="http://my.server/org.talend.administrator" target="_blank" rel="nofollow noopener noreferrer"&gt;http://my.server/org.talend.administrator&lt;/A&gt;, everything works fine.&amp;nbsp; If I instead go through &lt;A href="https://my.server/org.talend.administrator" target="_blank" rel="nofollow noopener noreferrer"&gt;https://my.server/org.talend.administrator&lt;/A&gt;, I receive a blank page instead of the login page.&amp;nbsp; What do I need to modify so that the login page displays properly over https through a load balancer?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/TAC-shows-a-blank-page-when-accessed-through-AWS-Elastic-Load/m-p/2346791#M324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: TAC shows a blank page when accessed through AWS Elastic Load Balancer</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/TAC-shows-a-blank-page-when-accessed-through-AWS-Elastic-Load/m-p/2346792#M325</link>
      <description>We are facing the same issue.
&lt;BR /&gt;We had a TAC 6.1 running in http behing a AWS HTTPS ELB which was receiving 443 request and transfering it to our server on port 80.
&lt;BR /&gt;Everything was working fine but since we upgraded to TAC 7.x it's not working anymore. I can just see a blank page and no error are showing up.
&lt;BR /&gt;If we use HTTP during the whole process it works fine.
&lt;BR /&gt;Please let us know how to fix this behavior.</description>
      <pubDate>Wed, 19 Sep 2018 16:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/TAC-shows-a-blank-page-when-accessed-through-AWS-Elastic-Load/m-p/2346792#M325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-19T16:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: TAC shows a blank page when accessed through AWS Elastic Load Balancer</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/TAC-shows-a-blank-page-when-accessed-through-AWS-Elastic-Load/m-p/2346793#M326</link>
      <description>&lt;P&gt;This worked for me.&amp;nbsp; Note that by doing this, you'll start getting the blank page when going to 80; only HTTPS will work if you modify it this way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, comment these sections in server.xml:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;!--&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;lt;Connector port="8080" protocol="HTTP/1.1"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connectionTimeout="20000"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; redirectPort="8443" /&amp;gt;&lt;/P&gt;
&lt;P&gt;--&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;!-- A "Connector" using the shared thread pool--&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;!--&lt;/P&gt;
&lt;P&gt;&amp;lt;Connector executor="tomcatThreadPool"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port="8080" protocol="HTTP/1.1"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connectionTimeout="20000"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; redirectPort="8443" /&amp;gt;&lt;/P&gt;
&lt;P&gt;--&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, add the following Connector, changing "your.url.here.com" to the DNS entry for your load balancer:&lt;/P&gt;
&lt;P&gt;&amp;lt;Connector&lt;/P&gt;
&lt;P&gt;&amp;nbsp; port="8080"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; protocol="HTTP/1.1"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; proxyPort="443"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; scheme="https"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; secure="true"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; proxyName="your.url.here.com"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; connectionTimeout="20000"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; URIEncoding="UTF-8"&lt;/P&gt;
&lt;P&gt;/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 17:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/TAC-shows-a-blank-page-when-accessed-through-AWS-Elastic-Load/m-p/2346793#M326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-19T17:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: TAC shows a blank page when accessed through AWS Elastic Load Balancer</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/TAC-shows-a-blank-page-when-accessed-through-AWS-Elastic-Load/m-p/2346794#M327</link>
      <description>&lt;P&gt;Oh, and restart your server once you've changed server.xml &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 18:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/TAC-shows-a-blank-page-when-accessed-through-AWS-Elastic-Load/m-p/2346794#M327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-19T18:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: TAC shows a blank page when accessed through AWS Elastic Load Balancer</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/TAC-shows-a-blank-page-when-accessed-through-AWS-Elastic-Load/m-p/2346795#M328</link>
      <description>&lt;P&gt;TI had to clear the temp and work folders and i worked fine after a restart!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 08:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/TAC-shows-a-blank-page-when-accessed-through-AWS-Elastic-Load/m-p/2346795#M328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-20T08:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: TAC shows a blank page when accessed through AWS Elastic Load Balancer</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/TAC-shows-a-blank-page-when-accessed-through-AWS-Elastic-Load/m-p/2346796#M329</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have the same issue . We are offloading ssl configuration at the ELB level and using http for TAC. So like User &amp;gt;&amp;gt; HTTPS: Amazon ELB(SSL)&amp;gt;&amp;gt; HTTP: TAC 8080.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we first configured ALB with https listener the url to loadbalancer returned black page. We tried the workaround mentioned above and it worked and as mentioned the Direct connect using http is not working and it now returns a blank page.&lt;/P&gt;&lt;P&gt;Is there any way to make this work? During the instance when ALB is unavaailable we want to be able to log into individual instances using http.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We also found the issue seems to be on TAC only&amp;nbsp; the MDM Tac&amp;nbsp; which we also use seems to work both HTTPS ALB and HTTP direct to instance with default configuration on server.xml&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 13:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/TAC-shows-a-blank-page-when-accessed-through-AWS-Elastic-Load/m-p/2346796#M329</guid>
      <dc:creator>hshermes</dc:creator>
      <dc:date>2019-03-14T13:59:18Z</dc:date>
    </item>
  </channel>
</rss>

