Welcome Guest, Not a member yet? Register   Sign In
mysqli with SSL via .env file settings
#2

(This post was last modified: 01-29-2021, 10:14 AM by evansharp.)

I got it. Posting for others:

1) Paths to cert files in `.env` do not need quotes! They're not parsed correctly with quotes, removing them allowed the values to be stored.
2) Increasing my logging threshold to '8' in /App/Config/Logger.php revealed that the mysqli driver was not loading. This led me to discover that when I bumped to php7.4 on this box, php7.4-mysql hadn't been configured correctly. A quick `dpkg -configure` sorted it out.
Reply


Messages In This Thread
RE: mysqli with SSL via .env file settings - by evansharp - 01-29-2021, 10:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB