-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
entrypoint MySQL connection try and SSL #530
Comments
Related to #264 and https://github.com/docker-library/wordpress/issues/299#issuecomment-412201734
|
Do you think the connection test could include the wp-config to use strictly the same settings ? |
We wanted to do so, and tried, but because |
This is fixed by #557, and should be available for testing under the |
MySQL SSL connection
When using WORDPRESS_CONFIG_EXTRA ( #142 ) to force MySQL SSL connection (because the server require this) via :
The MySQL connection try in entrypoint will not use this setting and slow down the startup by 30 seconds :
wordpress/php7.4/apache/docker-entrypoint.sh
Lines 266 to 277 in b112774
During this time the container will loop on this kind of errors :
The text was updated successfully, but these errors were encountered: