You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an example for the following settings ? Is the cacertfile used for server validation?
##auth.pgsql.ssl_opts.keyfile =
##auth.pgsql.ssl_opts.certfile =
##auth.pgsql.ssl_opts.cacertfile =
How to set the sslmode for connection to postgres.
sslmode=require/verifyCA/verify-full etc.
The text was updated successfully, but these errors were encountered:
The emq-auth_psql plugin seems to be successful in a making a TLS connection to the DB. The SSL certficate used is signed by a private CA and this CA has not been imported and added to the auth.pgsql.ssl_opts.cacertfile
an example of a valid config for the file paths would be great so its explicit if the paths are relative or absolute, would make debugging connectivity issues easier.
Is there an example for the following settings ? Is the cacertfile used for server validation?
##auth.pgsql.ssl_opts.keyfile =
##auth.pgsql.ssl_opts.certfile =
##auth.pgsql.ssl_opts.cacertfile =
How to set the sslmode for connection to postgres.
sslmode=require/verifyCA/verify-full etc.
The text was updated successfully, but these errors were encountered: