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 for mysql #786

Open
Kintaro opened this Issue Mar 8, 2017 · 5 comments

Comments

Projects
None yet
3 participants
@Kintaro

Kintaro commented Mar 8, 2017

At work our SQL database uses SSL certificates for the connection and I'd love to use diesel, but for the time being I have to fall back to the normal mysql crate. Adding SSL would be really beneficial.

@sgrif

This comment has been minimized.

Member

sgrif commented Mar 8, 2017

We should be preferring SSL connections already, but I agree that we should add the ability to specify ?sslmode=require in the URL, similar to PG.

@Kintaro

This comment has been minimized.

Kintaro commented Mar 9, 2017

I meant more in terms of providing client certificates and keys.

@sgrif

This comment has been minimized.

Member

sgrif commented Mar 9, 2017

Yes, I will add support for that as well

@sgrif sgrif added this to the 0.12 milestone Mar 9, 2017

@Kintaro

This comment has been minimized.

Kintaro commented Mar 9, 2017

@marti1125

This comment has been minimized.

marti1125 commented May 28, 2017

Hello I can't connect with Heroku its required:
All connections require SSL: sslmode=require.

@sgrif sgrif removed this from the 0.12 milestone Aug 5, 2017

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