-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Feature/issue 13561 2.3 #18075
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
Feature/issue 13561 2.3 #18075
Conversation
|
Hi @bnymn. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
|
@magento-engcom-team give me test instance |
|
Hi @bnymn. Thank you for your request. I'm working on Magento instance for you |
|
Hi @bnymn, here is your new Magento instance. |
|
Hi @okorshenko , @ishakhsuvarov I am getting the following error during code sniff. I could not resolve this issue, since I don't know where the problem is. Would you please help me solve the problem? |
|
Hi @sivaschenko, thank you for the review.
|
|
✔️ QA passed |
|
Hi @bnymn, thank you for your contribution! |
|
Hi @bnymn, unfortunately, we cannot deliver your feature to 2.3.3 release because provided solution caused several issues on the other Magento services. We are going to restore your commits and re-work some places to achieve the quality goal and include changes to 2.3.4 release. |
The original PR is #14660.
Enable Magento 2 to connect MySQL through SSL.
Description
We have made some modification to enable Magento 2 connect MySQL through SSL.
During the installation, there was no option to force MySQL connection through SSL. With this PR, the following options will be enabled for you to use SSL.
Fixed Issues (if relevant)
Manual testing scenarios
There are two scenarios to test this feature. First one is by installing Magento via command-line, and the second one is using the Magento Setup UI via browser.
1. Installing via Command-line
client-key.pem,client-cert.pem,ca.pem.driver_optionsis added intoenv.phpfile.2. Installing via Magento Setup UI
client-key.pem,client-cert.pem,ca.pem.driver_optionsis added intoenv.phpfile.Contribution checklist