vigneshkumar2016 commented on issue #6:
URL: https://github.com/apache/age-viewer/issues/6#issuecomment-2075590936

   > It seems that the error message indicates that there is no entry in the 
`pg_hba.conf` file for your IP address, user, and database. This file is used 
to configure client authentication and can be found in the PostgreSQL data 
directory.
   > 
   > To connect to a remote PostgreSQL server with TLS enabled, you need to 
ensure that the server certificate and key files are available, and the SSL 
configuration is enabled. You also need to make sure that the `pg_hba.conf` 
file rules are updated accordingly
   
   Hi, Thanks for your suggestion. I have updated the pg_hba.conf file updated 
with rules. and even then this is not connecting with SSL. just that i dont see 
the Pg.js or the GraphRepository.js is calling out for SSL.
   
   was able to connect with my psql client and pgAdmin no issues at all. is 
there is this working. or am i missing something. any help is greatly 
appreciated.
   
   length: 173,
     severity: 'FATAL',
     code: '28000',
     detail: undefined,
     hint: undefined,
     position: undefined,
     internalPosition: undefined,
     internalQuery: undefined,
     where: undefined,
     schema: undefined,
     table: undefined,
     column: undefined,
     dataType: undefined,
     constraint: undefined,
     file: 'auth.c',
     line: '545',
     routine: 'ClientAuthentication'


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to