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

[9.x] Fix MySqlSchemaState does not add --ssl-ca to mysql cli #41315

Merged
merged 2 commits into from
Mar 3, 2022
Merged

[9.x] Fix MySqlSchemaState does not add --ssl-ca to mysql cli #41315

merged 2 commits into from
Mar 3, 2022

Conversation

DeepDiver1975
Copy link
Contributor

…gured

fixes #41300

@driesvints driesvints changed the title fix: MySqlSchemaState does not add --ssl-ca to mysql cli it not confi… [9.x] Fix MySqlSchemaState does not add --ssl-ca to mysql cli Mar 3, 2022
? ' --socket="${:LARAVEL_LOAD_SOCKET}"'
: ' --host="${:LARAVEL_LOAD_HOST}" --port="${:LARAVEL_LOAD_PORT}" --ssl-ca="${:LARAVEL_LOAD_SSL_CA}"';
: ' --host="${:LARAVEL_LOAD_HOST}" --port="${:LARAVEL_LOAD_PORT}""';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

" is placed wrong .... will provide fix ...

@DeepDiver1975
Copy link
Contributor Author

trying to add tests for this ....

@DeepDiver1975
Copy link
Contributor Author

ready for review and make devs happy again ;-)

@taylorotwell taylorotwell merged commit 6a7a5b4 into laravel:9.x Mar 3, 2022
@DeepDiver1975 DeepDiver1975 deleted the fix/ssl-cert-in-schema-state branch March 3, 2022 14:14
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

Successfully merging this pull request may close these issues.

ERROR 2026 (HY000): SSL connection error: SSL_CTX_set_default_verify_paths failed
2 participants