xtdb
xtdb copied to clipboard
Ability to reject non-SSL connections
e.g. Postgres achieves this via a configuration in pg_hba.conf:
# Disallow non-SSL
hostnossl all all 0.0.0.0/0 reject