jjthiessen
jjthiessen
https://bugs.php.net/bug.php?id=68344#1446123152 suggests that from 5.6.16 onward, specifying only `MYSQLI_CLIENT_SSL` should work for connecting to MySQL servers with SSL enforced (without doing any CN or SAN checks). It sounds like `MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT`...
I also think that exposing the `mysqli_real_connect` flags parameter directly in/through `config.php` would be a reasonable way to go. For compatibility reasons, it might be good to bit-wise or values...
@michield, you wouldn't happen to remember the reason for the opposite change in https://github.com/phpList/phplist3/commit/a3bc7189b8b3d048af3a5c685bcc53358af42046, would you? I've only looked at GitHub/the git log. Perhaps there are more details in Mantis?
My guess is that when you were testing the `$secure` switch, there may have been an issue with your `mysqld` SSL configuration (_e.g.,_ it wasn't configured/enabled, something was wrong with...
That is, I believe that `MYSQLI_CLIENT_SSL` is required for the client to advertise SSL capabilities (independently of whether certificates should or shouldn't be verified).
For consuming the `using-psgo` shell from another flake, you can assign it directly, or extend via `inputsFrom` like this: ``` { description = "An example PureScript/Go project"; inputs = {...
So, with one ephemeral change from this branch's current state: ``` diff --git a/app/Main.hs b/app/Main.hs index 8eaa1022..75a6da5b 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -132,7 +132,7 @@ main = do project...
Are you building `psgo` yourself? If so, how (stack, cabal; what commit are you working off of)? If not, which binary are you using/where are you getting it from? I...
That being said, I did have to do something akin to this PR in my earlier experimentation to get `psgo` compiling and seemingly working with 0.14.x (along with other changes),...
I think I'm going to have to try reproducing this again to see if I can figure out the cause. I'm too curious now :) On Tue., Apr. 19, 2022,...