xtdb icon indicating copy to clipboard operation
xtdb copied to clipboard

Ability to reject non-SSL connections

Open refset opened this issue 9 months ago • 0 comments

e.g. Postgres achieves this via a configuration in pg_hba.conf:

# Disallow non-SSL
hostnossl all all 0.0.0.0/0 reject

refset avatar Apr 11 '25 11:04 refset