PostgreSQL Basic Authentication with SSL = on

126 views Asked by At

In PostgreSQL with Password authentication , if SSL = on , in postgresql.conf file , then can the client connect without the SSL certificate on his side ?

Please help.

1

There are 1 answers

0
Rixter On

Enabling SSL (SSL = on) will still allow both normal and SSL connections. However, the pg_hba.conf file can be configured to allow only SSL (or both) through using the hostssl and clientcert option. See here for more info