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

MySQLi: ssl_key and ssl_cert not _really_ mandatory for ssl #2843

Closed
nvanheuverzwijn opened this issue Sep 5, 2017 · 2 comments
Closed

MySQLi: ssl_key and ssl_cert not _really_ mandatory for ssl #2843

nvanheuverzwijn opened this issue Sep 5, 2017 · 2 comments
Assignees

Comments

@nvanheuverzwijn
Copy link

nvanheuverzwijn commented Sep 5, 2017

Hi,

You can do SSL with mysql and php without specifying an ssl_key and ssl_cert. The only mandatory parameter would be the ssl_ca. Raising an exception here is not necessary.

throw new MysqliException($msg);

@nvanheuverzwijn nvanheuverzwijn changed the title ssl_key and ssl_cert not _really_ mandatory for ssl MySQLi: ssl_key and ssl_cert not _really_ mandatory for ssl Sep 5, 2017
@Ocramius
Copy link
Member

Ocramius commented Sep 6, 2017

Dupe of #2816 (comment)

@Ocramius Ocramius self-assigned this Sep 6, 2017
@github-actions
Copy link

github-actions bot commented Aug 3, 2022

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants