blackbeam / mysql_async

Asyncronous Rust Mysql driver based on Tokio.
Apache License 2.0
372 stars 113 forks source link

Allow overriding domain used for TLS hostname verification #289

Closed rjobanp closed 4 months ago

rjobanp commented 5 months ago

Adds support for specifying an alternate domain name for TLS hostname verification, which is useful in a scenario where the mysql connection is being tunneled and the connection host and remote server host are different.

Thanks!

rjobanp commented 4 months ago

@blackbeam thank you for reviewing and merging my PRs into this repo and mysql-common!

Do you plan to cut a new release for both crates soon? Thanks again!