boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
252 stars 32 forks source link

any_connection: support caching_sha2_password with UNIX connections #189

Closed anarthal closed 6 months ago

anarthal commented 9 months ago

UNIX connections disable SSL, and this makes handshake reject caching_sha2_password connections. But UNIX sockets are considered secure channels.