Bug: Failing to detect correctly SSL options
ppo opened this issue · comments
Pascal Polleunus commented
The following test is not good: if ($this->ssl['key']) {
.
I must connect using: $mysqli->ssl_set(NULL, NULL, "/path/to/ca", NULL, NULL);
.
See also #83