-
Notifications
You must be signed in to change notification settings - Fork 2.5k
SSL support #729
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
SSL support #729
Conversation
|
Also: WHOOOOOOOOT. Thank you so much for working on this. 💖 |
❤️ |
Great! But I would add some test cases, just in case :) |
@felixge - nothing simple out of my head. I have local self-signed cert and can start mysql configured to use them. Maybe it is possible to start second mysql server on travis listening on 3308 ( 3306 for initial travis server and 3307 for mysql fake ). I'll try to add ssl to fake server as well but no promise |
@gergelyke I shall stop you not :) |
👍 |
❤️ 👍 |
I'll leave tests as a separate issue - #730 |
💖 ! |
this is still WIP, but please review
see also #481
I'm able to connect to amazon rds using ssl:
output:
Things left to do:
otherwise it looks like ssl is fully functional
Not sure if there is a way to have ssl tested with travis mysql setup. Any suggestions?