<?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>question Re: Postgres as a external database with ssl on cloudbreak in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-as-a-external-database-with-ssl-on-cloudbreak/m-p/203726#M81577</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/146/khorvath.html" nodeid="146"&gt;@khorvath&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Could you guide me on how to set the SSL enabled postgres to Cloudbreak , also I'm new to Cloudbreak so please provide some detailed steps as on which config , what's the parameted need to be included etc&lt;BR /&gt;&lt;A rel="user" href="https://community.cloudera.com/users/146/khorvath.html" nodeid="146"&gt;&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 21 Jan 2019 11:27:15 GMT</pubDate>
    <dc:creator>srj</dc:creator>
    <dc:date>2019-01-21T11:27:15Z</dc:date>
    <item>
      <title>Postgres as a external database with ssl on cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-as-a-external-database-with-ssl-on-cloudbreak/m-p/203721#M81572</link>
      <description>&lt;P&gt;There are some way to configure postgres external database on cloudbreak to use ssl?&lt;/P&gt;&lt;P&gt;I did not succeed with this jdbc string:&lt;/P&gt;&lt;P&gt;Connection URL: jdbc:postgresql://&amp;lt;pg-url&amp;gt;:5432/hive?ssl=true&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 22:40:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-as-a-external-database-with-ssl-on-cloudbreak/m-p/203721#M81572</guid>
      <dc:creator>eder_maria</dc:creator>
      <dc:date>2018-08-03T22:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres as a external database with ssl on cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-as-a-external-database-with-ssl-on-cloudbreak/m-p/203722#M81573</link>
      <description>&lt;P&gt;Helo,&lt;/P&gt;&lt;P&gt;You can configure Cloudbreak to use an external database. Also you can configure the cert for your database with the following 2 env vars:&lt;/P&gt;&lt;PRE&gt;-Dcb.db.env.ssl=true
-Dcb.db.env.cert.file=path_to_cert&lt;/PRE&gt;&lt;P&gt;However, your question suggests me that you want to use an external DB for Hive and not for CB, right? I that case it would be better to put the Hive tag on the question as well so Hive users can find the question.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 22:48:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-as-a-external-database-with-ssl-on-cloudbreak/m-p/203722#M81573</guid>
      <dc:creator>Krisz</dc:creator>
      <dc:date>2018-08-03T22:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres as a external database with ssl on cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-as-a-external-database-with-ssl-on-cloudbreak/m-p/203723#M81574</link>
      <description>&lt;P&gt;Yes, you are right!&lt;/P&gt;&lt;P&gt;Many thanks for your advise, I added the tag&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 23:25:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-as-a-external-database-with-ssl-on-cloudbreak/m-p/203723#M81574</guid>
      <dc:creator>eder_maria</dc:creator>
      <dc:date>2018-08-03T23:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres as a external database with ssl on cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-as-a-external-database-with-ssl-on-cloudbreak/m-p/203724#M81575</link>
      <description>&lt;P&gt;
	For Cloudbreak, these variables that @khorvath mentioned are Java JVM opts that should be configured through CB_JAVA_OPTS variable in your Profile file. You can set these as in the following example:&lt;/P&gt;&lt;PRE&gt;export CB_JAVA_OPTS="-Dhttp.proxyHost=ec2-52-51-184-121.eu-west-1.compute.amazonaws.com -Dhttp.proxyPort=3128"&lt;/PRE&gt;&lt;P&gt;
	If you have a cert for SSL then you should place it into the etc folder of you deployment and replace the `path_to_cert` to the relative path of the cert from your deployment’s etc folder&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 06:06:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-as-a-external-database-with-ssl-on-cloudbreak/m-p/203724#M81575</guid>
      <dc:creator>Dominika</dc:creator>
      <dc:date>2018-11-14T06:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres as a external database with ssl on cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-as-a-external-database-with-ssl-on-cloudbreak/m-p/203725#M81576</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/10146/dbialek.html" nodeid="10146"&gt;@Dominika Bialek&lt;/A&gt;, I have tried as per your suggestion however its still throwing error.&lt;/P&gt;&lt;P&gt;FYI, I just specified like this, still issue exists, please guide me&lt;/P&gt;&lt;PRE&gt;export 
CB_JAVA_OPTS="-Dhttp.proxyHost=cbpostgres2134.postgres.database.azure.com 
-Dhttp.proxyPort=5432 -Dcb.db.env.ssl=true 
-Dcb.db.env.cert.file=/root/cloudbreak-deployment/certs/root.crt"&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Jan 2019 11:25:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-as-a-external-database-with-ssl-on-cloudbreak/m-p/203725#M81576</guid>
      <dc:creator>srj</dc:creator>
      <dc:date>2019-01-21T11:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres as a external database with ssl on cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-as-a-external-database-with-ssl-on-cloudbreak/m-p/203726#M81577</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/146/khorvath.html" nodeid="146"&gt;@khorvath&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Could you guide me on how to set the SSL enabled postgres to Cloudbreak , also I'm new to Cloudbreak so please provide some detailed steps as on which config , what's the parameted need to be included etc&lt;BR /&gt;&lt;A rel="user" href="https://community.cloudera.com/users/146/khorvath.html" nodeid="146"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 11:27:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-as-a-external-database-with-ssl-on-cloudbreak/m-p/203726#M81577</guid>
      <dc:creator>srj</dc:creator>
      <dc:date>2019-01-21T11:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres as a external database with ssl on cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-as-a-external-database-with-ssl-on-cloudbreak/m-p/203727#M81578</link>
      <description>&lt;P&gt;The steps for configuring an external database with SSL for Cloudbreak are described here&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer" href="https://docs.hortonworks.com/HDPDocuments/Cloudbreak/Cloudbreak-2.9.0/configure/content/cb_configure-external-ssl.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Cloudbreak/Cloudbreak-2.9.0/configure/content/cb_configure-external-ssl.html&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 01:23:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-as-a-external-database-with-ssl-on-cloudbreak/m-p/203727#M81578</guid>
      <dc:creator>Dominika</dc:creator>
      <dc:date>2019-04-09T01:23:49Z</dc:date>
    </item>
  </channel>
</rss>

