AsyncMysqlConnection::getSslCertExtensions
Returns values from the selected cert extensions of the TLS certificate presented by MySQL server
public function getSslCertExtensions(): Vector<string>;
This information can be used while troubleshooting TLS handshake failures happening on connect stage.
Returns
Vector<string>
- a vector of strings containing a collection of the selected cert extension values from the server certificate presented by MySQL.