You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the protocol parser only supports the plaintext MySQL protocol. The MySQL protocol supports optional communication via TLS, this is particularly useful when the database is not located on the same host, such as when transferring data over the internet.
Currently, the protocol parser only supports the plaintext MySQL protocol. The MySQL protocol supports optional communication via TLS, this is particularly useful when the database is not located on the same host, such as when transferring data over the internet.
Implementation details can be found on https://mariadb.com/kb/en/library/1-connecting-connecting/#client-handshake-response. The implementation very likely depends on STARTTLS support via reactphp/socket#89.
The text was updated successfully, but these errors were encountered: