Send netdisco-users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/netdisco-users
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of netdisco-users digest..."
Today's Topics:

   1. BACKEND PostgreSQL USING SSL (Juan Romero)
   2. Re: BACKEND PostgreSQL USING SSL (Christian Ramseyer)
--- Begin Message ---
Hi there:

 
Is it possible to configure the DB connection from NetDisco Front-end using SSL 
against a server running PostgreSQL?

 
Reading connection params on deployment.yml (external_databases) I don't see 
any references to using SSL but maybe I'm missing something.

 
Thanks :-)

 
Juan.

 
 
 
 
 

--- End Message ---
--- Begin Message ---
Hi Juan

On 20.10.20 04:40, Juan Romero wrote:
> Hi there:
> 
>  
> 
> Is it possible to configure the DB connection from NetDisco Front-end
> using SSL against a server running PostgreSQL?
> 
>  
> 
> Reading connection params on deployment.yml (external_databases) I don't
> see any references to using SSL but maybe I'm missing something.
> 
>  
Postgres prefers TLS by default if possible, so your connection might
already be encrypted. But if you want to make sure or disallow plain
connections, you can stick additional libpq connection attributes into
the host: string, e.g.:

database:
  host: 'node1.example.org;port=5433;sslmode=verify-full'

The possible sslmode values are described here:
https://www.postgresql.org/docs/current/libpq-ssl.html

Cheers
Christian




--- End Message ---
_______________________________________________
Netdisco mailing list - Digest Mode
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users

Reply via email to