<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 16.12.2014 10:44, Daniel-Constantin
      Mierla wrote:<br>
    </div>
    <blockquote cite="mid:548FFEEC.6020107@gmail.com" type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      The question would be more specific to the error message printed
      from postgres client library:<br>
      <br>
      FATAL:  no pg_hba.conf entry for host "129.240.1.1", user
      "foo_test_user", database " foo_test", SSL off<br>
    </blockquote>
    The issue here is why suddenly SSL when attempting to connect. When
    not loading the TLS module this<br>
    does not happen. I've not been able to reorder any modules in order
    for it to succeed.<br>
    <blockquote cite="mid:548FFEEC.6020107@gmail.com" type="cite"> <br>
      Is it something that is documented somewhere or maybe some web
      search can indicate the reasons why it happens?<br>
      <br>
      Can you try loading tls module before db_postgres?<br>
    </blockquote>
    One thing which works sometimes is to increase the debuglevel to 5
    and also set<br>
    memdbg=5 and memlog=5. The massive logging causes extra startup
    delay.<br>
    Maybe a TLS settings race? Non threadsafe interaction with libssl?<br>
    <br>
    Øyvind<br>
    <br>
  </body>
</html>