<?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: Connecting to PostgresSQL hosted on AWS RDS? in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/327671#M14799</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="4869" data-lia-user-login="edwardrmiles" class="lia-mention lia-mention-user"&gt;edwardrmiles&lt;/a&gt;,&amp;nbsp;no problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just got mine to work by using nslookup to see what the DNS record mapped to and then connected Power BI to the fully qualified db location.&amp;nbsp; And yes, it does end with amazonaws.com... :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Thu, 21 Dec 2017 17:46:44 GMT</pubDate>
    <dc:creator>datavigilante</dc:creator>
    <dc:date>2017-12-21T17:46:44Z</dc:date>
    <item>
      <title>Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/135666#M8572</link>
      <description>&lt;P&gt;Has anyone managed to do connect to PostgresSQL hosted on AWS RDS? if so how did you do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears from a few forum and ideas posts that it wasn't possible when PBI was released but I was wondering if the situation&amp;nbsp;had changed or perhpas someone had come up with a work around?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(ps I know there is a&amp;nbsp;PostgresSQL on-prem connector and AWS Redshift connector)&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 14:25:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/135666#M8572</guid>
      <dc:creator>edwardrmiles</dc:creator>
      <dc:date>2017-03-02T14:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/136087#M8595</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="4869" data-lia-user-login="edwardrmiles" class="lia-mention lia-mention-user"&gt;edwardrmiles&lt;/a&gt;，&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Have you tried to use the on-pre PostgreSQL connector in Power BI Desktop to connect to PostgreSQL hosted on AWS RDS? What problem do you get?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Lydia Zhang&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 02:26:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/136087#M8595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-03T02:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/136301#M8605</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;the PostgresSQL connector doesn't work out of the box, you need to do quite a few things first&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Install Npgsql which allows .NET access to PostgresSQL. &amp;nbsp;I installed it using the Pakagae Manager Console in Visual Studio; detailed instructions are here:&amp;nbsp;&lt;A href="https://www.nuget.org/packages/Npgsql/" target="_blank"&gt;https://www.nuget.org/packages/Npgsql/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You need to connect over SSL to AWS which isn't setup by default (on my Windows 10 machine anway)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Download the AWS public key from here &lt;A href="https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem" target="_blank"&gt;https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3. Convert that&amp;nbsp;to a certificate using&amp;nbsp;&lt;A href="https://www.sslshopper.com/ssl-converter.html" target="_blank"&gt;https://www.sslshopper.com/ssl-converter.html&lt;/A&gt; (convert to PKCS#7/P7B)&lt;/P&gt;&lt;P&gt;4. Import that certificate to the Trusted Room Certificate described here&amp;nbsp;&lt;A href="http://www.cs.virginia.edu/~gsw2c/GridToolsDir/Documentation/ImportTrustedCertificates.htm" target="_blank"&gt;http://www.cs.virginia.edu/~gsw2c/GridToolsDir/Documentation/ImportTrustedCertificates.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;5. Test access from Power BI desktop using the PostgresSQL connector and it should work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In conclusion it's possible to connect to PostgresSQL on AWS RDS databases but it isn't easy&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 10:45:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/136301#M8605</guid>
      <dc:creator>edwardrmiles</dc:creator>
      <dc:date>2017-03-03T10:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/150783#M9209</link>
      <description>&lt;P&gt;I tried these instructions above, but i need to figure out another detail: you need to specify the host full name (e.g: mydb-production-read.sdjalsajdlskja3j.sa-east.rds.amazon.com) not the friendly name behind your dns.&lt;BR /&gt;I tried connect with the internal name of our vpc, like mydatabase.prod.mycompany.com and fail because this host isn't especified on amazon certificate.&lt;/P&gt;&lt;P&gt;""Npgsql.Tls.ClientAbortException: Certificate Unknown: Server certificate was not accepted. The specified hostname was not present in the certificate."&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 14:42:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/150783#M9209</guid>
      <dc:creator>abnerrolim</dc:creator>
      <dc:date>2017-03-29T14:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/274238#M13376</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you&amp;nbsp;figured this out? I am facing the same problem and done the above instructions, given that I am giving a IP address for the server name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 10:49:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/274238#M13376</guid>
      <dc:creator>PowerBILover92</dc:creator>
      <dc:date>2017-10-10T10:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/274240#M13377</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you figured out this? I am facing the same issue after doing the exact instructions above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given that I am providing the IP Address not the full Host name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 10:53:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/274240#M13377</guid>
      <dc:creator>PowerBILover92</dc:creator>
      <dc:date>2017-10-10T10:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/326333#M14769</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="4869" data-lia-user-login="edwardrmiles" class="lia-mention lia-mention-user"&gt;edwardrmiles&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order for this to work does the host name have to end in amazon.com or amazonaws.com?&amp;nbsp; The host name given to me from my client looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;prod-dbpgsql-aaxxx.rds.us-east-1a.aws.systems.compnamedata.tools&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having the issue where it throws the error "The specified hostname was not present in the certificate" even though I have installed the certificate:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://ibb.co/dLqxVR" target="_blank"&gt;screenshot from MMC&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;thanks in advance for any help!&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 20:09:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/326333#M14769</guid>
      <dc:creator>datavigilante</dc:creator>
      <dc:date>2017-12-19T20:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/326771#M14785</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="38766" data-lia-user-login="datavigilante" class="lia-mention lia-mention-user"&gt;datavigilante&lt;/a&gt;&amp;nbsp;I'm not too sure.&amp;nbsp; I don't have acess to that machine to check now either.&amp;nbsp; Sorry!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 12:01:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/326771#M14785</guid>
      <dc:creator>edwardrmiles</dc:creator>
      <dc:date>2017-12-20T12:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/327671#M14799</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="4869" data-lia-user-login="edwardrmiles" class="lia-mention lia-mention-user"&gt;edwardrmiles&lt;/a&gt;,&amp;nbsp;no problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just got mine to work by using nslookup to see what the DNS record mapped to and then connected Power BI to the fully qualified db location.&amp;nbsp; And yes, it does end with amazonaws.com... :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 17:46:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/327671#M14799</guid>
      <dc:creator>datavigilante</dc:creator>
      <dc:date>2017-12-21T17:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/351315#M15483</link>
      <description>&lt;P&gt;I am running into the same issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a PostreSQL running in IBM Cloud (Compose) that provides me with a pregenerated SSL-Cert&lt;/P&gt;&lt;P&gt;I have copied that cert into my local certificate storage but npgsql throws me now the hostname error mentioned before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any chance to disable the hostname check/ ssl vaildator?&lt;/P&gt;&lt;P&gt;I need this to work to configure my enterprise data gateway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Aktivitäts-ID&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;1e4eeb70-41bd-45a3-926f-5ba1af8879c6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Anforderungs-ID&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;51aba6b6-dde7-0d67-db75-e11637a509d3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Cluster-URI&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;&lt;A href="https://wabi-north-europe-redirect.analysis.windows.net" target="_blank"&gt;https://wabi-north-europe-redirect.analysis.windows.net&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Statuscode&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Fehlercode&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;DMTS_PublishDatasourceToClusterErrorCode&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Zeit&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;Sun Feb 04 2018 23:37:52 GMT+0100 (W. Europe Standard Time)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Version&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;13.0.4164.178&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;TC-GW-MUNICH-OFFICE&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;Mit der Mashupdatenquelle kann keine Verbindung hergestellt werden. Weitere Informationen finden Sie in den Fehlerdetails.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Zugrunde liegender Fehlercode&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;-2147467259&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Zugrunde liegende Fehlermeldung&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;An error happened while reading data from the provider: 'Npgsql.Tls.ClientAlertException: CertificateUnknown: Server certificate was not accepted. The specified hostname was not present in the certificate. at Npgsql.Tls.TlsClientStream.SendAlertFatal(AlertDescription description, String message) at Npgsql.Tls.TlsClientStream.ParseCertificateMessage(Byte[] buf, Int32&amp;amp; pos) at Npgsql.Tls.TlsClientStream.TraverseHandshakeMessages() at Npgsql.Tls.TlsClientStream.&amp;lt;GetInitialHandshakeMessages&amp;gt;d__43.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Npgsql.Tls.TlsClientStream.&amp;lt;PerformInitialHandshake&amp;gt;d__72.MoveNext()'&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;DM_ErrorDetailNameCode_UnderlyingHResult&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;-2147467259&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Microsoft.Data.Mashup.ValueError.DataSourceKind&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;PostgreSQL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Microsoft.Data.Mashup.ValueError.DataSourcePath&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;sl-eu-fra-2-portal.3.dblayer.com:15xxx;mydb&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Microsoft.Data.Mashup.ValueError.Reason&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;DataSource.Error&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Sun, 04 Feb 2018 23:02:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/351315#M15483</guid>
      <dc:creator>ppalacin</dc:creator>
      <dc:date>2018-02-04T23:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/385923#M16399</link>
      <description>&lt;P&gt;Thanks, I did it and it worked in Power BI Desktop, but web refresh still won't work. Is there a way to make web refresh work?&lt;/P&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-right lia-quilt-column-main-right"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;&lt;DIV class="lia-message-body lia-component-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-footer"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Mar 2018 21:37:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/385923#M16399</guid>
      <dc:creator>paulob_involves</dc:creator>
      <dc:date>2018-03-28T21:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/420726#M17263</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this solution step by step, but it did not work. I received this error message in response:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 11:30:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/420726#M17263</guid>
      <dc:creator>hugoventurini</dc:creator>
      <dc:date>2018-05-18T11:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/737036#M24480</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="4869" data-lia-user-login="edwardrmiles" class="lia-mention lia-mention-user"&gt;edwardrmiles&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This solution totally worked for me.Thanks a ton!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 00:49:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/737036#M24480</guid>
      <dc:creator>aqavi10</dc:creator>
      <dc:date>2019-07-11T00:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/1135820#M37105</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The link in the 4th step is not accessible. I get a message "&lt;/P&gt;&lt;P&gt;You don't have permission to access /~gsw2c/GridToolsDir/Documentation/ImportTrustedCertificates.htm on this server.&lt;/P&gt;&lt;P&gt;Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 11:03:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/1135820#M37105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-02T11:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/1137892#M37145</link>
      <description>&lt;P&gt;The link in the 4th step is not accessible. I get a message "&lt;/P&gt;&lt;P&gt;You don't have permission to access /~gsw2c/GridToolsDir/Documentation/ImportTrustedCertificates.htm on this server.&lt;/P&gt;&lt;P&gt;Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also facing same isuue. Anonymous&lt;/a&gt;&amp;nbsp;Did you got any solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;@aqavi10 Did you have access the link in the 4th step?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 11:51:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/1137892#M37145</guid>
      <dc:creator>schinchole</dc:creator>
      <dc:date>2020-06-03T11:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/1140536#M37235</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp; &amp;amp;&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="229101" data-lia-user-login="schinchole" class="lia-mention lia-mention-user"&gt;schinchole&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Hi,&lt;BR /&gt;&amp;nbsp;Yes, the link is forbidden now however, it was previously available.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In order to install the certificate , please follow the below link.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/skype-sdk/sdn/articles/installing-the-trusted-root-certificate" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/skype-sdk/sdn/articles/installing-the-trusted-root-certificate&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone is facing difficulty in downloading and converting the certficate , then please download the PKCS converted file from the below gdrive link .&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/19OxyegTGGnyx3cYzN8huEFWRPo48fKRc/view?usp=sharing" target="_self"&gt;https://drive.google.com/file/d/19OxyegTGGnyx3cYzN8huEFWRPo48fKRc/view?usp=sharing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 01:04:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/1140536#M37235</guid>
      <dc:creator>aqavi10</dc:creator>
      <dc:date>2020-07-24T01:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/1246324#M40027</link>
      <description>&lt;P&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;Hi. &lt;/SPAN&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;I am trying to connect AWS sql postgres with power bi and I have got several errors, you have an idea what may be the problem (problem is An error occurred while reading data from the provider: 'The remote certificate is invalid according to the validation procedure.' ") &lt;/SPAN&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;I found this forum but this solution does not work for me either, l&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 21:08:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/1246324#M40027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-23T21:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/1246594#M40038</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;: I have updated the gdrive link in my previous reply which should help you download the remote certificate. However, please follow the instructions available in the Microsoft url attached previously in order to convert the certificate and install it. Try restarting power BI or your PC once you are done installing the certificate and give it a go. Also, please post screenshots of the errors and the steps you have tried prior to seeking help.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 01:10:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/1246594#M40038</guid>
      <dc:creator>aqavi10</dc:creator>
      <dc:date>2020-07-24T01:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/1246819#M40041</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-Advocate-I lia-component-message-view-widget-author-username"&gt;&lt;A href="https://community.powerbi.com/t5/user/viewprofilepage/user-id/152352" target="_self"&gt;&lt;SPAN class=""&gt;aqavi10&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/user/viewprofilepage/user-id/152352" target="_self"&gt;&lt;SPAN class=""&gt;&lt;FONT&gt;I followed all the steps indicated in the comment, the error still persists.&lt;BR /&gt;Download the certificate, install it in the MMC in the option certified user and equipment.aqavi10,&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;FONT&gt;&lt;A href="https://modella-my.sharepoint.com/:f:/g/personal/alvaro_borquez_modellagroup_com/Eo1c759wjsFDk7x5S-VSuAEBzHqQl9QsoX3m5PD4pEZqgQ?e=zhf1hh" target="_blank" rel="noopener"&gt;https://modella-my.sharepoint.com/:f:/g/personal/alvaro_borquez_modellagroup_com/Eo1c759wjsFDk7x5S-VSuAEBzHqQl9QsoX3m5PD4pEZqgQ?e=zhf1hh&lt;/A&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 02:52:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/1246819#M40041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-24T02:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to PostgresSQL hosted on AWS RDS?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/1246852#M40042</link>
      <description>&lt;P&gt;attached photos.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 03:01:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Connecting-to-PostgresSQL-hosted-on-AWS-RDS/m-p/1246852#M40042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-24T03:01:30Z</dc:date>
    </item>
  </channel>
</rss>

