SergeyTsalkov / meekrodb

MeekroDB -- The Simple PHP MySQL Library

Home Page:https://meekro.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Failing to detect correctly SSL options

ppo opened this issue · comments

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