Ref: https://github.com/nodejs/node/pull/11349 Used in: ``` mysql-2.13.0.tgz/lib/Connection.js:353: var securePair = tls.createSecurePair(credentials, false, true, rejectUnauthorized); ``` and tests. Related: #737, https://github.com/sidorares/node-mysql2/pull/367.