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

Add ssl support #9

Closed
jettify opened this issue Feb 24, 2015 · 4 comments
Closed

Add ssl support #9

jettify opened this issue Feb 24, 2015 · 4 comments
Labels

Comments

@jettify
Copy link
Member

jettify commented Feb 24, 2015

  1. add ssl support by passing ssl.SSLContext to asyncio.open_connection.
  2. start additional mysql instance at travis ci and try to pass test suite.
@jettify jettify added the task label Feb 24, 2015
@terricain
Copy link
Collaborator

Just for reference sake, can't pass SSLContext to open_connection as MySQL likes to switch to TLS mid conversation 😒 Though I do have a working (mostly I think) version that does the TLS'ing but it needs some testing.

@4tochka
Copy link

4tochka commented Nov 2, 2017

#156 You can check this brach

@terricain
Copy link
Collaborator

Ahh yeah I saw that literally after I did it 😞

@jettify
Copy link
Member Author

jettify commented Apr 22, 2018

Feature available and released.

@jettify jettify closed this as completed Apr 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants