my mysql db is SSL enabled , when trying to connect it using drogon orm , its giving below error, ERROR Error(2026) "TLS/SSL error: self-signed certificate in certificate chain" - MysqlConnection.cc:333 its because of [https://github.com/drogonframework/drogon/blob/cbf63f8fc4d849bbb82eeb1c83fcf8ff953f19f3/lib/src/HttpAppFrameworkImpl.cc#L988](https://github.com/drogonframework/drogon/blob/cbf63f8fc4d849bbb82eeb1c83fcf8ff953f19f3/lib/src/HttpAppFrameworkImpl.cc#L988) here we are just providing generic info , not ssl/tls related information. i am using ubuntu