<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Oliver Christen</title>
    <description>The latest articles on DEV Community by Oliver Christen (@ochriste).</description>
    <link>https://dev.to/ochriste</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3002927%2F2f4dc5c8-8f13-4fd6-8949-9e6f5467fe3a.png</url>
      <title>DEV Community: Oliver Christen</title>
      <link>https://dev.to/ochriste</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ochriste"/>
    <language>en</language>
    <item>
      <title>Postgres psql on Windows: SSL SYSCALL error: EOF detected expected authentication request from server, but received H</title>
      <dc:creator>Oliver Christen</dc:creator>
      <pubDate>Wed, 30 Jul 2025 13:24:33 +0000</pubDate>
      <link>https://dev.to/camptocamp-geo/postgres-psql-on-windows-sl-syscall-error-eof-detected-expected-authentication-request-from-3b4p</link>
      <guid>https://dev.to/camptocamp-geo/postgres-psql-on-windows-sl-syscall-error-eof-detected-expected-authentication-request-from-3b4p</guid>
      <description>&lt;p&gt;Some recent (as of july 2025) Windows update has apparently broken old version of Postgres psql binaries, when trying to connect to an external database with SSL enabled, you may get the following kind of error:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;pg_restore: error: connection to database "xxx" failed: SSL SYSCALL error: EOF detected &lt;br&gt;
expected authentication request from server, but received H"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The solution is "simply" to use the latest version of the psql binary.&lt;br&gt;
Version 17 has been tested ok.&lt;/p&gt;

&lt;p&gt;This of course also apply to pg_dump/pg_restore.&lt;/p&gt;

</description>
      <category>postgressql</category>
      <category>windows</category>
      <category>psql</category>
    </item>
  </channel>
</rss>
