<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gamutron &#187; admin</title>
	<atom:link href="http://gamutron.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://gamutron.com</link>
	<description>Life in colour and code</description>
	<lastBuildDate>Fri, 23 Feb 2018 20:22:54 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Connecting DbVisualizer to Heroku Postgres</title>
		<link>http://gamutron.com/connecting-dbvisualizer-to-heroku-postgres/</link>
		<comments>http://gamutron.com/connecting-dbvisualizer-to-heroku-postgres/#comments</comments>
		<pubDate>Sun, 05 Jun 2016 11:34:05 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">/?p=137</guid>
		<description><![CDATA[DbVisualizer is a fantastic cross-platform database client, and I wanted to connect it to a Heroku Postgres instance I just spun up. Postgres on Heroku is SSL-enabled with self-signed certificates, so for the connection to work in DbVisualizer, I had to define two special driver properties for the PostgreSQL JDBC driver: ssl was set to true sslfactory [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>DbVisualizer is a fantastic cross-platform database client, and I wanted to connect it to a Heroku Postgres instance I just spun up.</p>
<p>Postgres on Heroku is SSL-enabled with self-signed certificates, so for the connection to work in DbVisualizer, I had to define two special driver properties for the PostgreSQL JDBC driver:</p>
<ol>
<li><em>ssl</em> was set to <em>true</em></li>
<li><em>sslfactory</em> was set to <em>org.postgresql.ssl.NonValidatingFactory</em></li>
</ol>
<p>Observe the screenshot below to identify the configuration of the properties:</p>
<p><a href="http://gamutron.com/wp-content/uploads/2016/06/Screen-Shot-2016-06-05-at-13.18.40.png"><img class="alignnone size-medium wp-image-138" src="http://gamutron.com/wp-content/uploads/2016/06/Screen-Shot-2016-06-05-at-13.18.40-300x206.png" alt="Screen Shot 2016-06-05 at 13.18.40" width="300" height="206" /></a></p>
<p>&nbsp;</p>
<p>Sources: <a href="http://bartling.blogspot.com/2013/06/connecting-dbvisualizer-to-heroku.html">http://bartling.blogspot.com/2013/06/connecting-dbvisualizer-to-heroku.html</a> and <a href="https://devcenter.heroku.com/articles/connecting-to-heroku-postgres-databases-from-outside-of-heroku">https://devcenter.heroku.com/articles/connecting-to-heroku-postgres-databases-from-outside-of-heroku</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gamutron.com/connecting-dbvisualizer-to-heroku-postgres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
