edgedb / edgedb-rust

The official Rust binding for EdgeDB
https://edgedb.com
Apache License 2.0
214 stars 26 forks source link

Allow specifying SNI separately from host address #300

Closed elprans closed 6 months ago

elprans commented 6 months ago

When the target instance address cannot be resolved correctly from a hostname, but the SNI is still desirable for TLS verification and/or tenant selection reasons, provide a way to specify the SNI value via the tls_server_name (EDGEDB_TLS_SERVER_NAME) connection parameter.