pub fn build_ssl_opts(ssl_mode: &SslMode) -> Option<SslOpts>
Builds SSL options from our config.
This is a helper for testing; the main connect() function handles SSL inline.
connect()