mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 04:37:00 +00:00
* Accept port + credentials + option for what to encrypt * If set, enable a SSL listener at ssl_port * Check outgoing connections by IP to determine if they should go to SSL/normal endpoint Requires seastar RPC patch Note: currently, the connections created by messaging service does _not_ do certificate name verification. While DNS lookup is probably not that expensive here, I am not 100% sure it is the desired behaviour. Normal trust is however verified.