SSL mysql Configuration in Bedrock

I am using an external MYSQL that requires SSL MODE how do I set this up in the .env file.

What are the env variables for SSL like the SSL_CA path

Not too different than how’d you set it up with “vanilla WP” (without .env file). You can modify config/application.php (or maybe the production specific one) to hardcode the constants. Or reference env variables that you define in .env.

Thanks I guess my question should be what are the .env variables to set for MYSQL SSL for example SSL_CA path

This topic was automatically closed after 42 days. New replies are no longer allowed.