Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support secure TLS connections #49

Open
clue opened this issue Jun 15, 2018 · 0 comments
Open

Support secure TLS connections #49

clue opened this issue Jun 15, 2018 · 0 comments

Comments

@clue
Copy link
Contributor

clue commented Jun 15, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant