We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node 0.11.13 gives the following warning:
createCredentials() is deprecated, use tls.createSecureContext instead
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks. I slated this for 2.3.
Sorry, something went wrong.
07616e4
Use newer TLS functions when available
9298d1b
This removes the deprecation warnings on node.js 0.11.13+ when using SSL. fixes #809
Release v1.4.0 (mysqljs#809)
d523deb
No branches or pull requests
node 0.11.13 gives the following warning:
createCredentials() is deprecated, use tls.createSecureContext instead
Thanks!
The text was updated successfully, but these errors were encountered: