Skip to content

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

Merged
taylorotwell merged 2 commits into
laravel:9.xfrom
DeepDiver1975:fix/ssl-cert-in-schema-state
Mar 3, 2022
Merged

taylorotwell merged 2 commits into
laravel:9.xfrom
DeepDiver1975:fix/ssl-cert-in-schema-state

Conversation

@DeepDiver1975

Copy link
Copy Markdown
Contributor

…gured

fixes #41300

@driesvints
driesvints requested a review from taylorotwell March 3, 2022 12:40
@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
$value .= $config['unix_socket'] ?? false
? ' --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
Copy Markdown
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
Copy Markdown
Contributor Author

trying to add tests for this ....

@DeepDiver1975

Copy link
Copy Markdown
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