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

Is there any support for connecting to MySql via SSL? #10

Closed
rob7429 opened this issue Jun 1, 2018 · 5 comments
Closed

Is there any support for connecting to MySql via SSL? #10

rob7429 opened this issue Jun 1, 2018 · 5 comments

Comments

@rob7429
Copy link

rob7429 commented Jun 1, 2018

Thanks in advance for a response.

@byjg
Copy link
Owner

byjg commented Jun 1, 2018

Hi Rob!

Until now we not implemented SSL connection. The connection part is done by the "byjg/anydataset" component. I can implement the solution on this component but I still need a real case for test. Can you do that for me?

If you can help me I'll open an issue on the "byjg/anydataset" and mark you there and start the implementation .

@rob7429
Copy link
Author

rob7429 commented Jun 1, 2018 via email

@byjg
Copy link
Owner

byjg commented Jun 1, 2018

Good to know!

I opened the issue: byjg/php-anydataset#5. Please follow it. I'll notify the changes there.

@byjg
Copy link
Owner

byjg commented Jun 1, 2018

Done. Could you test it?

@byjg
Copy link
Owner

byjg commented Jul 1, 2018

Support added. Just composer update and use this connection:

mysql://user:password@server/schema?ca=/path/ca&key=/path/sslkey&cert=/path/sslcert&verifyssl=false

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

No branches or pull requests

2 participants