<?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: Connect Qlik Sense to Heroku Postgres database in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Qlik-Sense-to-Heroku-Postgres-database/m-p/1269260#M2561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/189439"&gt;ivoletra&lt;/A&gt;, did you ever determine a solution to this issue? I am having the same problem, same errror message when attempting to pass 'sslmode' as an attribute. When I don't specify the attribute, I receive an error message that ends with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'FATAL: SSL connection is required. Please specify SSL options and retry.'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2018 18:59:36 GMT</pubDate>
    <dc:creator>peterkunhardt</dc:creator>
    <dc:date>2018-01-19T18:59:36Z</dc:date>
    <item>
      <title>Connect Qlik Sense to Heroku Postgres database</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Qlik-Sense-to-Heroku-Postgres-database/m-p/1269259#M2560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a DB hosted in heroku. Using their credentials&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikSense.jpg" class="jive-image image-1" height="474" src="https://community.qlik.com/legacyfs/online/155919_QlikSense.jpg" style="height: 474px; width: 396.295px;" width="396" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And adding the last attribute, sslmode=require.&lt;/P&gt;&lt;P&gt;I still get an error message: &lt;/P&gt;&lt;P&gt;Invalid attribute string: "sslmode".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same happens with just "ssl".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I remove the attribute, I get the following error:&lt;/P&gt;&lt;P&gt;Can't connect to server .... General error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ivo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 14:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Qlik-Sense-to-Heroku-Postgres-database/m-p/1269259#M2560</guid>
      <dc:creator />
      <dc:date>2017-03-10T14:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Qlik Sense to Heroku Postgres database</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Qlik-Sense-to-Heroku-Postgres-database/m-p/1269260#M2561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/189439"&gt;ivoletra&lt;/A&gt;, did you ever determine a solution to this issue? I am having the same problem, same errror message when attempting to pass 'sslmode' as an attribute. When I don't specify the attribute, I receive an error message that ends with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'FATAL: SSL connection is required. Please specify SSL options and retry.'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 18:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Qlik-Sense-to-Heroku-Postgres-database/m-p/1269260#M2561</guid>
      <dc:creator>peterkunhardt</dc:creator>
      <dc:date>2018-01-19T18:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Qlik Sense to Heroku Postgres database</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Qlik-Sense-to-Heroku-Postgres-database/m-p/1269261#M2562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For those experiencing issues connecting to their Heroku DB, (or any other DB with SSL authentication) we found a solution that appears to work with our Heroku instances:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Sense appears to utilize &lt;A href="http://media.datadirect.com/download/docs/odbc/allodbc/index.html#page/odbc/the-postgresql-wire-protocol-driver.html"&gt;this ODBC driver for Postgres connections&lt;/A&gt;, which uses a nonstandard attribute nomenclature for security and encryption options. The following two attributes will replicate the effect of sslmode = require:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Attribute&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;EncryptionMethod&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;ValidateServerCertificate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2018 20:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Qlik-Sense-to-Heroku-Postgres-database/m-p/1269261#M2562</guid>
      <dc:creator>peterkunhardt</dc:creator>
      <dc:date>2018-01-31T20:58:02Z</dc:date>
    </item>
  </channel>
</rss>

